[PATCH] ARM: mx28evk: Add I2C EEPROM support
Fabio Estevam
fabio.estevam at freescale.com
Mon Aug 27 15:39:59 EDT 2012
mx28evk has a free slot U50 that can be used to populate an I2C EEPROM.
Add support for it.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
arch/arm/boot/dts/imx28-evk.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts
index ed92d61..a0ad71c 100644
--- a/arch/arm/boot/dts/imx28-evk.dts
+++ b/arch/arm/boot/dts/imx28-evk.dts
@@ -161,6 +161,12 @@
VDDIO-supply = <®_3p3v>;
};
+
+ at24 at 51 {
+ compatible = "at24,24c32";
+ pagesize = <32>;
+ reg = <0x51>;
+ };
};
pwm: pwm at 80064000 {
--
1.7.9.5
More information about the linux-arm-kernel
mailing list