projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
ARM: dts: vf610-zii-dev-rev-c: Fix the I2C EEPROM address
author
Fabio Estevam
<fabio.estevam@nxp.com>
Sun, 5 Nov 2017 12:18:32 +0000
(10:18 -0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 29 Nov 2017 02:34:43 +0000
(10:34 +0800)
at24mac602 should be at the I2C address 0x50, so that it matches the
'reg' property.
Fixes: d4cd158176c3 ("ARM: dts: vf610-zii-dev: Add .dts file for rev. C")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
index 02a6227c717ca6ce0bd515804887b74778a06ded..fbb3758ca2e3e77d4a65e47bb9229429305a0015 100644
(file)
--- a/
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
+++ b/
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
@@
-359,7
+359,7
@@
};
&i2c1 {
- at24mac602@0 {
+ at24mac602@
5
0 {
compatible = "atmel,24c02";
reg = <0x50>;
read-only;