mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] i.MX51: add support for UART3
@ 2012-03-16 10:52 Alexander Shiyan
  2012-03-17 16:21 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-03-16 10:52 UTC (permalink / raw)
  To: barebox


Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-imx/include/mach/devices-imx51.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/include/mach/devices-imx51.h b/arch/arm/mach-imx/include/mach/devices-imx51.h
index d9bed8c..27fcaa2 100644
--- a/arch/arm/mach-imx/include/mach/devices-imx51.h
+++ b/arch/arm/mach-imx/include/mach/devices-imx51.h
@@ -37,6 +37,11 @@ static inline struct device_d *imx51_add_uart1(void)
 	return imx_add_uart((void *)MX51_UART2_BASE_ADDR, 1);
 }
 
+static inline struct device_d *imx51_add_uart2(void)
+{
+	return imx_add_uart((void *)MX51_UART3_BASE_ADDR, 2);
+}
+
 static inline struct device_d *imx51_add_fec(struct fec_platform_data *pdata)
 {
 	return imx_add_fec((void *)MX51_MXC_FEC_BASE_ADDR, pdata);
-- 
1.7.3.4


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

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

end of thread, other threads:[~2012-03-17 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-16 10:52 [PATCH 1/2] i.MX51: add support for UART3 Alexander Shiyan
2012-03-17 16:21 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox