Skip to content

Commit d5342fd

Browse files
thierryredingmpe
authored andcommitted
powerpc: dts: Fix some I2C unit addresses
The unit-address for the Maxim MAX1237 ADCs on XPedite5200 boards don't match the value in the "reg" property and cause a DTC warning. Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1784648 commit d5342fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/powerpc/boot/dts/xpedite5200.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
reg = <0x68>;
133133
};
134134

135-
dtt@48 {
135+
dtt@34 {
136136
compatible = "maxim,max1237";
137137
reg = <0x34>;
138138
};

arch/powerpc/boot/dts/xpedite5200_xmon.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
reg = <0x68>;
137137
};
138138

139-
dtt@48 {
139+
dtt@34 {
140140
compatible = "maxim,max1237";
141141
reg = <0x34>;
142142
};

0 commit comments

Comments
 (0)