[U-Boot] [PATCH 1/2] armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes

Zhiqiang Hou Zhiqiang.Hou at nxp.com
Tue Dec 6 08:27:48 CET 2016


From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>

The unit-address should be the same as the I2C address of the device.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
 arch/arm/dts/fsl-ls1043a-rdb.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/fsl-ls1043a-rdb.dts b/arch/arm/dts/fsl-ls1043a-rdb.dts
index 16c5c89..5744075 100644
--- a/arch/arm/dts/fsl-ls1043a-rdb.dts
+++ b/arch/arm/dts/fsl-ls1043a-rdb.dts
@@ -47,12 +47,12 @@
 		compatible = "adi,adt7461a";
 		reg = <0x4c>;
 	};
-	eeprom at 56 {
+	eeprom at 52 {
 		compatible = "at24,24c512";
 		reg = <0x52>;
 	};
 
-	eeprom at 57 {
+	eeprom at 53 {
 		compatible = "at24,24c512";
 		reg = <0x53>;
 	};
-- 
2.1.0.27.g96db324



More information about the U-Boot mailing list