All of lore.kernel.org
 help / color / mirror / Atom feed
* i.MX53, add access to third I2C peripheral
@ 2013-02-04 19:04 George Pontis
  2013-02-04 19:08 ` Alexander Shiyan
  0 siblings, 1 reply; 6+ messages in thread
From: George Pontis @ 2013-02-04 19:04 UTC (permalink / raw)
  To: barebox

All versions of the i.MX53 have three I2C peripherals. This patch provides
access to it.




diff -Naur a/arch/arm/mach-imx/include/mach/devices-imx53.h
b/arch/arm/mach-imx/include/mach/devices-imx
53.h
--- bb.a/arch/arm/mach-imx/include/mach/devices-imx53.h 2013-02-04
06:24:51.000000000 -0800
+++ bb.b/arch/arm/mach-imx/include/mach/devices-imx53.h 2013-02-03
22:24:26.930091420 -0800
@@ -21,6 +21,11 @@
        return imx_add_i2c((void *)MX53_I2C2_BASE_ADDR, 1, pdata);
 }

+static inline struct device_d *imx53_add_i2c2(struct i2c_platform_data
*pdata)
+{
+       return imx_add_i2c((void *)MX53_I2C2_BASE_ADDR, 2, pdata);
+}
+
 static inline struct device_d *imx53_add_uart0(void)
 {
        return imx_add_uart_imx21((void *)MX53_UART1_BASE_ADDR, 0);



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-02-06 18:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 19:04 i.MX53, add access to third I2C peripheral George Pontis
2013-02-04 19:08 ` Alexander Shiyan
2013-02-05  0:31   ` George Pontis
2013-02-05  8:52     ` Sascha Hauer
2013-02-05 17:48       ` i.MX53, add access to third I2C peripheral ( resubmit with Signed-off tag ) George Pontis
2013-02-06 18:48         ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.