linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mx28evk: Add I2C EEPROM support
@ 2012-08-27 19:39 Fabio Estevam
  2012-09-04 11:25 ` Fabio Estevam
  2012-09-05  1:18 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-08-27 19:39 UTC (permalink / raw)
  To: linux-arm-kernel

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@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 = <&reg_3p3v>;
 
 				};
+
+				at24 at 51 {
+					compatible = "at24,24c32";
+					pagesize = <32>;
+					reg = <0x51>;
+				};
 			};
 
 			pwm: pwm at 80064000 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: mx28evk: Add I2C EEPROM support
  2012-08-27 19:39 [PATCH] ARM: mx28evk: Add I2C EEPROM support Fabio Estevam
@ 2012-09-04 11:25 ` Fabio Estevam
  2012-09-05  1:18 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-09-04 11:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Shawn

On Mon, Aug 27, 2012 at 4:39 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> 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@freescale.com>

Is this patch OK?

Thanks,

Fabio Estevam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: mx28evk: Add I2C EEPROM support
  2012-08-27 19:39 [PATCH] ARM: mx28evk: Add I2C EEPROM support Fabio Estevam
  2012-09-04 11:25 ` Fabio Estevam
@ 2012-09-05  1:18 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2012-09-05  1:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 27, 2012 at 04:39:59PM -0300, Fabio Estevam wrote:
> 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@freescale.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-05  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27 19:39 [PATCH] ARM: mx28evk: Add I2C EEPROM support Fabio Estevam
2012-09-04 11:25 ` Fabio Estevam
2012-09-05  1:18 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).