diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2016-12-06 15:27:48 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-15 11:56:50 -0800 |
commit | f667d86ef33bd67b6af868b3348f23bd7b074800 (patch) | |
tree | 6e1d3837fa588f3aee4088ef2d29224d4df8e515 /arch/arm/dts/fsl-ls1043a-rdb.dts | |
parent | 90101386f16d22c66ba69fb09f87dd08c0e60b4b (diff) |
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 <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1043a-rdb.dts')
-rw-r--r-- | arch/arm/dts/fsl-ls1043a-rdb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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>; }; |