summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/mx51_babbage.c
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2010-07-26 17:23:43 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2010-07-27 10:55:47 +0800
commit8e1f28fe22c8c99f4484e23fa1250b4236cb84e5 (patch)
tree3c5f54109afd482afb9f6cf9912e1501cc5c1bbd /arch/arm/mach-mx5/mx51_babbage.c
parent202d8efa39c3a20aced8aa8689764208a1c3a4dd (diff)
ENGR00125588-1 MSL: MX3x/MX5x, move v4l2 output/capture device into MSL
As MX5x one image kernel, the v4l2 driver is also configured in MX508. This causes v4l2 capture module insert or bootup with builtin crash. Now move all the v4l2 output, capture devices structure and registeration into MSL code. The SoC who does not have CSI, will not have v4l2 device registered anymore. Rename the device name to mxc_v4l2_output and mxc_v4l2_capture. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/mx51_babbage.c')
-rw-r--r--arch/arm/mach-mx5/mx51_babbage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx51_babbage.c b/arch/arm/mach-mx5/mx51_babbage.c
index f1bb8ca52a62..2b5ecdecea04 100644
--- a/arch/arm/mach-mx5/mx51_babbage.c
+++ b/arch/arm/mach-mx5/mx51_babbage.c
@@ -1199,6 +1199,8 @@ static void __init mxc_board_init(void)
mxc_register_device(&mxc_ssi2_device, NULL);
mxc_register_device(&mxc_alsa_spdif_device, &mxc_spdif_data);
mxc_register_device(&mxc_fec_device, NULL);
+ mxc_register_device(&mxc_v4l2_device, NULL);
+ mxc_register_device(&mxc_v4l2out_device, NULL);
mx51_babbage_init_mc13892();