add and register mxc_v4l2out_device

This commit is contained in:
Matt Sealey
2010-12-18 02:27:11 -06:00
parent f6ecf7665b
commit c17a83f9ae
3 changed files with 7 additions and 0 deletions

View File

@@ -1171,6 +1171,11 @@ struct platform_device mxc_pxp_client_device = {
.id = -1,
};
struct platform_device mxc_v4l2out_device = {
.name = "mxc_v4l2_output",
.id = 0,
};
void __init mx5_init_irq(void)
{
unsigned long tzic_addr;

View File

@@ -66,6 +66,7 @@ extern struct platform_device mxc_usbdr_host_device;
extern struct platform_device mxc_usbh1_device;
extern struct platform_device mxc_usbh2_device;
extern struct platform_device mxc_mlb_device;
extern struct platform_device mxc_v4l2out_device;
extern struct platform_device mxc_nandv2_mtd_device;
extern struct platform_device mxc_pxp_device;
extern struct platform_device mxc_pxp_client_device;

View File

@@ -349,6 +349,7 @@ void __init mx51_efikamx_init_display(void)
mxc_register_device(&mxc_ipu_device, &mxc_ipu_data);
mxc_register_device(&mxcvpu_device, &mxc_vpu_data);
mxc_register_device(&gpu_device, NULL);
mxc_register_device(&mxc_v4l2out_device, NULL);
}
/* name is not my choice but.... */