diff options
author | Robby Cai <R63905@freescale.com> | 2012-08-21 13:46:43 +0800 |
---|---|---|
committer | Robby Cai <R63905@freescale.com> | 2012-08-24 18:32:15 +0800 |
commit | 09e051a96afc77a58b51eed3841a03631321a1e4 (patch) | |
tree | 792b8877bbcfef59213aeeb72bc8cc6aa298f016 /arch/arm/mach-mx6/devices-imx6q.h | |
parent | 92200bb37870d877722c5a852996ed184564e1bb (diff) |
ENGR00220796-3: imx6sl arm2/evk: Add platform_device for V4L2 support
Add platform device for V4L2 support
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/devices-imx6q.h')
-rw-r--r-- | arch/arm/mach-mx6/devices-imx6q.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/devices-imx6q.h b/arch/arm/mach-mx6/devices-imx6q.h index c75aed86800b..f91369ffc280 100644 --- a/arch/arm/mach-mx6/devices-imx6q.h +++ b/arch/arm/mach-mx6/devices-imx6q.h @@ -220,6 +220,9 @@ extern const struct imx_pxp_data imx6dl_pxp_data __initconst; #define imx6dl_add_imx_pxp_client() \ imx_add_imx_pxp_client() +#define imx6sl_add_imx_pxp_v4l2() \ + imx_add_imx_pxp_v4l2() + extern const struct imx_epdc_data imx6dl_epdc_data __initconst; #define imx6dl_add_imx_epdc(pdata) \ imx_add_imx_epdc(&imx6dl_epdc_data, pdata) |