armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 6 Dec 2016 07:27:48 +0000 (15:27 +0800)
committerYork Sun <york.sun@nxp.com>
Thu, 15 Dec 2016 19:56:50 +0000 (11:56 -0800)
The unit-address should be the same as the I2C address of the device.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/dts/fsl-ls1043a-rdb.dts

index 16c5c89d7c799c1c2d94c6e62e058e1151e993e5..57440750bca32845e8862b063d29e472bc135bbb 100644 (file)
                compatible = "adi,adt7461a";
                reg = <0x4c>;
        };
-       eeprom@56 {
+       eeprom@52 {
                compatible = "at24,24c512";
                reg = <0x52>;
        };
 
-       eeprom@57 {
+       eeprom@53 {
                compatible = "at24,24c512";
                reg = <0x53>;
        };