blob: ca1232bcedebdd8ab16a75560cf83fe6f9b66576 [file] [log] [blame]
Yong Shena58154d12011-01-04 14:22:56 +08001/*
2 * Copyright (C) 2010 Yong Shen. <Yong.Shen@linaro.org>
3 *
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>
10
Yong Shen63904762011-01-07 12:25:32 +080011extern const struct imx_fec_data imx53_fec_data __initconst;
12#define imx53_add_fec(pdata) \
13 imx_add_fec(&imx53_fec_data, pdata)
14
Yong Shena58154d12011-01-04 14:22:56 +080015extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[] __initconst;
16#define imx53_add_imx_uart(id, pdata) \
17 imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata)
Yong Shen0d7671e2011-01-07 12:25:33 +080018
19
20extern const struct imx_imx_i2c_data imx53_imx_i2c_data[] __initconst;
21#define imx53_add_imx_i2c(id, pdata) \
22 imx_add_imx_i2c(&imx53_imx_i2c_data[id], pdata)