]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc: dts: Fix some I2C unit addresses
authorThierry Reding <treding@nvidia.com>
Mon, 20 Dec 2021 13:40:36 +0000 (14:40 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 31 Jan 2022 02:45:24 +0000 (13:45 +1100)
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
arch/powerpc/boot/dts/xpedite5200.dts
arch/powerpc/boot/dts/xpedite5200_xmon.dts

index 840ea84bbb595431f259275cf61dbfb596ff1a1c..74b346f2d43ce12c47a08b3dad7a02788a0db9dc 100644 (file)
                                reg = <0x68>;
                        };
 
-                       dtt@48 {
+                       dtt@34 {
                                compatible = "maxim,max1237";
                                reg = <0x34>;
                        };
index 449fc1b5dc23098d8f0e109fbeb0fa1a7ab592a2..d491c7a8f979cb5cff1de0dc86954a28d5c1baca 100644 (file)
                                reg = <0x68>;
                        };
 
-                       dtt@48 {
+                       dtt@34 {
                                compatible = "maxim,max1237";
                                reg = <0x34>;
                        };