aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/devices-imx53.h
diff options
context:
space:
mode:
authorYong Shen <yong.shen@linaro.org>2011-01-04 14:22:56 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-04 12:00:23 +0100
commita58154d1c3535f451a409abbd0bda6770b2d9380 (patch)
tree695c321719b7c13e5c55b4a857c2bc99d66023f2 /arch/arm/mach-mx5/devices-imx53.h
parentARM i.MX53: Some bug fix about MX53 MSL code (diff)
downloadlinux-dev-a58154d1c3535f451a409abbd0bda6770b2d9380.tar.xz
linux-dev-a58154d1c3535f451a409abbd0bda6770b2d9380.zip
ARM i.MX53: Make MX53 EVK bootable
1. Add entries to Kconfig 2. Add machine definition 3. Add Uart platform data, pad setting and base address 4. Adjust GPIO irq number Signed-off-by: Yong Shen <yong.shen@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/devices-imx53.h')
-rw-r--r--arch/arm/mach-mx5/devices-imx53.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices-imx53.h b/arch/arm/mach-mx5/devices-imx53.h
new file mode 100644
index 000000000000..9d0ec2507fa6
--- /dev/null
+++ b/arch/arm/mach-mx5/devices-imx53.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2010 Yong Shen. <Yong.Shen@linaro.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License version 2 as published by the
+ * Free Software Foundation.
+ */
+#include <mach/mx53.h>
+#include <mach/devices-common.h>
+
+extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[] __initconst;
+#define imx53_add_imx_uart(id, pdata) \
+ imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata)