projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9010138
)
armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes
author
Hou Zhiqiang
<Zhiqiang.Hou@nxp.com>
Tue, 6 Dec 2016 07:27:48 +0000
(15:27 +0800)
committer
York 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-ls1043a-rdb.dts
b/arch/arm/dts/fsl-ls1043a-rdb.dts
index 16c5c89d7c799c1c2d94c6e62e058e1151e993e5..57440750bca32845e8862b063d29e472bc135bbb 100644
(file)
--- 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@5
6
{
+ eeprom@5
2
{
compatible = "at24,24c512";
reg = <0x52>;
};
- eeprom@5
7
{
+ eeprom@5
3
{
compatible = "at24,24c512";
reg = <0x53>;
};