mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
add and register mxc_v4l2out_device
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.... */
|
||||
|
||||
Reference in New Issue
Block a user