diff options
author | Anish Trivedi <anish@freescale.com> | 2011-04-13 14:16:04 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:13:15 +0800 |
commit | b175b9c891bc6aab14d09bff33a2d0cbd470eb43 (patch) | |
tree | a5a27e96537d5530578e4257e5c867a63aa18604 /arch/arm/mach-mx5/devices-imx51.h | |
parent | 834d1ad64f539a96c93b869124c1f85acf70a581 (diff) |
ENGR00142089-1 MX51/MX53: Upgrade SCC2 and SAHARA drivers to 2.6.38
Machine layer changes to add SCC2 device.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/devices-imx51.h')
-rwxr-xr-x | arch/arm/mach-mx5/devices-imx51.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices-imx51.h b/arch/arm/mach-mx5/devices-imx51.h index e5861c7c48d8..c56cba3deb32 100755 --- a/arch/arm/mach-mx5/devices-imx51.h +++ b/arch/arm/mach-mx5/devices-imx51.h @@ -55,3 +55,8 @@ extern const struct imx_imx_keypad_data imx51_imx_keypad_data; extern const struct imx_mxc_gpu_data imx51_gpu_data __initconst; #define imx51_add_mxc_gpu(pdata) \ imx_add_mxc_gpu(&imx51_gpu_data, pdata) + +extern const struct imx_mxc_scc2_data imx51_mxc_scc2_data __initconst; +#define imx51_add_mxc_scc2() \ + imx_add_mxc_scc2(&imx51_mxc_scc2_data) + |