]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00252071-3: mxc_v4l2_capture: enable auto detect of ov5642/5640 in sabresd
authorSheng Nan <b38800@freescale.com>
Fri, 1 Mar 2013 02:30:02 +0000 (10:30 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:56 +0000 (08:35 +0200)
- enable the auto detect for parallel ov5642 and ov5640 in sabresd board.

Signed-off-by: Sheng Nan <b38800@freescale.com>
arch/arm/mach-mx6/board-mx6q_sabresd.c

index c5a4f23f7250ac7b6f0c169106e0e66dba2044cf..8cbf7fb476116406b6d69c47bacc0f80169c11f6 100644 (file)
@@ -792,7 +792,7 @@ static struct i2c_board_info mxc_i2c0_board_info[] __initdata = {
                I2C_BOARD_INFO("wm89**", 0x1a),
        },
        {
-               I2C_BOARD_INFO("ov5642", 0x3c),
+               I2C_BOARD_INFO("ov564x", 0x3c),
                .platform_data = (void *)&camera_data,
        },
        {