Commit 0f73a449 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Kumar Gala

powerpc/85xx: TQM85xx - add i2c device nodes for LM75

Automatic I2C device probing is not done any more. Therefore we need
proper DTS device node definitions for the I2C LM75 thermal sensor on
the TQM85xx modules.
Signed-off-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 7a385241
......@@ -84,6 +84,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
......@@ -83,6 +83,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
......@@ -85,6 +85,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
......@@ -85,6 +85,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
......@@ -83,6 +83,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
......@@ -85,6 +85,11 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment