Skip to content

Commit

Permalink
powerpc: dts: Fix some I2C unit addresses
Browse files Browse the repository at this point in the history
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 <treding@nvidia.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211220134036.683309-1-thierry.reding@gmail.com
  • Loading branch information
Thierry Reding authored and Michael Ellerman committed Jan 31, 2022
1 parent 1784648 commit d5342fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/xpedite5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
reg = <0x68>;
};

dtt@48 {
dtt@34 {
compatible = "maxim,max1237";
reg = <0x34>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/xpedite5200_xmon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
reg = <0x68>;
};

dtt@48 {
dtt@34 {
compatible = "maxim,max1237";
reg = <0x34>;
};
Expand Down

0 comments on commit d5342fd

Please sign in to comment.