Commit 6467cae3 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Kumar Gala

powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes

Commit 0f73a449 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: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent e9965577
......@@ -84,9 +84,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
......@@ -83,9 +83,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
......@@ -85,9 +85,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
......@@ -85,9 +85,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
......@@ -83,9 +83,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
......@@ -85,9 +85,9 @@ i2c@3000 {
interrupt-parent = <&mpic>;
dfsrr;
dtt@50 {
dtt@48 {
compatible = "national,lm75";
reg = <0x50>;
reg = <0x48>;
};
rtc@68 {
......
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