Skip to content

Commit

Permalink
powerpc/85xx: TQM85xx - add i2c device nodes for LM75
Browse files Browse the repository at this point in the history
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: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Wolfgang Grandegger authored and Kumar Gala committed Feb 2, 2009
1 parent 7a38524 commit 0f73a44
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8541.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8555.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
interrupt-parent = <&mpic>;
dfsrr;

dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
Expand Down

0 comments on commit 0f73a44

Please sign in to comment.