[PATCH 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support
Dmitry Lifshitz
lifshitz at compulab.co.il
Tue Nov 24 22:39:36 PST 2015
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 at compulab.co.il>
---
arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index eb9b81b..b6919a7 100644
--- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@ -289,6 +289,12 @@
compatible = "emmicro,em3027";
reg = <0x56>;
};
+
+ eeprom_module: atmel at 50 {
+ compatible = "atmel,24c02";
+ reg = <0x50>;
+ pagesize = <16>;
+ };
};
--
1.9.1
More information about the linux-arm-kernel
mailing list