ARM: 6625/1: use memblock memory regions for "System RAM" I/O resources
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-mx5 / devices-imx53.h
blob9d0ec2507fa61ca3165599f82111ab6996b94789
1 /*
2 * Copyright (C) 2010 Yong Shen. <Yong.Shen@linaro.org>
4 * This program is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License version 2 as published by the
6 * Free Software Foundation.
7 */
8 #include <mach/mx53.h>
9 #include <mach/devices-common.h>
11 extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[] __initconst;
12 #define imx53_add_imx_uart(id, pdata) \
13 imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata)