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:
5691b61
)
ARM: dts: am57xx: cl-som-am57x: add EEPROM support
author
Dmitry Lifshitz
<lifshitz@compulab.co.il>
Tue, 1 Dec 2015 18:03:06 +0000
(20:03 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 3 Dec 2015 16:19:44 +0000
(08:19 -0800)
On-board EEPROM chip is used for storing a board production
info.
Add module EEPROM support (over I2C4 bus).
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index 2074fd42624272de48af18603d5f952a81024397..1badfa908ed34beb01289dc6e43e28d366dc389c 100644
(file)
--- a/
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@
-261,6
+261,12
@@
compatible = "emmicro,em3027";
reg = <0x56>;
};
+
+ eeprom_module: atmel@50 {
+ compatible = "atmel,24c08";
+ reg = <0x50>;
+ pagesize = <16>;
+ };
};
&cpu0 {