diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2011-01-14 04:48:04 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-19 03:58:21 -0500 |
commit | 98b7d550f292ae96f1058f19b83aadd6985a6fa0 (patch) | |
tree | 1778e3bfa4aeaf75761fef678b13e54725ac4458 /arch/arm/mach-mx5/devices-imx50.h | |
parent | 82c520dccf7fd5afcd95b941f48c25f38c162c77 (diff) |
arm: mx50_rdp: add i2c bus support
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/devices-imx50.h')
-rw-r--r-- | arch/arm/mach-mx5/devices-imx50.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices-imx50.h b/arch/arm/mach-mx5/devices-imx50.h index e1093dbaa786..c9e42823c7e3 100644 --- a/arch/arm/mach-mx5/devices-imx50.h +++ b/arch/arm/mach-mx5/devices-imx50.h | |||
@@ -29,3 +29,6 @@ extern const struct imx_fec_data imx50_fec_data __initconst; | |||
29 | #define imx50_add_fec(pdata) \ | 29 | #define imx50_add_fec(pdata) \ |
30 | imx_add_fec(&imx50_fec_data, pdata) | 30 | imx_add_fec(&imx50_fec_data, pdata) |
31 | 31 | ||
32 | extern const struct imx_imx_i2c_data imx50_imx_i2c_data[] __initconst; | ||
33 | #define imx50_add_imx_i2c(id, pdata) \ | ||
34 | imx_add_imx_i2c(&imx50_imx_i2c_data[id], pdata) | ||