diff mbox

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

Message ID 1481009269-1893-1-git-send-email-Zhiqiang.Hou@nxp.com
State Accepted
Commit f667d86ef33bd67b6af868b3348f23bd7b074800
Delegated to: York Sun
Headers show

Commit Message

Z.Q. Hou Dec. 6, 2016, 7:27 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

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

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

Comments

York Sun Dec. 16, 2016, 5:44 p.m. UTC | #1
On 12/05/2016 11:41 PM, Zhiqiang Hou wrote:
> From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>
> The unit-address should be the same as the I2C address of the device.
>
> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> ---
>  arch/arm/dts/fsl-ls1043a-rdb.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied to fsl-qoriq master, awaiting upstream. Thanks.

York
diff mbox

Patch

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@56 {
+	eeprom@52 {
 		compatible = "at24,24c512";
 		reg = <0x52>;
 	};
 
-	eeprom@57 {
+	eeprom@53 {
 		compatible = "at24,24c512";
 		reg = <0x53>;
 	};