Skip to content

Commit

Permalink
powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes
Browse files Browse the repository at this point in the history
Commit 0f73a44 added I2C device nodes
for the LM75 thermal sensor on the TQM85xx modules, unfortunately with
the wrong I2C address. The LM75s are located at address 0x48.

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 Apr 7, 2009
1 parent e996557 commit 6467cae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8541.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8555.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
interrupt-parent = <&mpic>;
dfsrr;

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

rtc@68 {
Expand Down

0 comments on commit 6467cae

Please sign in to comment.