aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/devices-imx51.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx5/devices-imx51.h')
-rw-r--r--arch/arm/mach-mx5/devices-imx51.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices-imx51.h b/arch/arm/mach-mx5/devices-imx51.h
index b8f7bb57c48..c58255c0920 100644
--- a/arch/arm/mach-mx5/devices-imx51.h
+++ b/arch/arm/mach-mx5/devices-imx51.h
@@ -60,3 +60,7 @@ extern const struct imx_ipuv3_data imx51_ipuv3_data __initconst;
extern const struct imx_tve_data imx51_tve_data __initconst;
#define imx51_add_tve(pdata) \
imx_add_tve(&imx51_tve_data, pdata)
+
+#define imx51_add_v4l2_output(id) \
+ platform_device_register_resndata(NULL, "mxc_v4l2_output",\
+ id, NULL, 0, NULL, 0);