From: Hou Zhiqiang Date: Tue, 6 Dec 2016 07:27:48 +0000 (+0800) Subject: armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes X-Git-Tag: v2017.01-rc2~8^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f667d86ef33bd67b6af868b3348f23bd7b074800;p=u-boot armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes The unit-address should be the same as the I2C address of the device. Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- diff --git a/arch/arm/dts/fsl-ls1043a-rdb.dts b/arch/arm/dts/fsl-ls1043a-rdb.dts index 16c5c89d7c..57440750bc 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@56 { + eeprom@52 { compatible = "at24,24c512"; reg = <0x52>; }; - eeprom@57 { + eeprom@53 { compatible = "at24,24c512"; reg = <0x53>; };