]> Git Repo - linux.git/commitdiff
[media] i.MX27: visstrim_m10: Remove use of MX2_CAMERA_SWAP16
authorJavier Martin <[email protected]>
Mon, 26 Mar 2012 12:17:47 +0000 (09:17 -0300)
committerMauro Carvalho Chehab <[email protected]>
Tue, 15 May 2012 12:41:14 +0000 (09:41 -0300)
Signed-off-by: Javier Martin <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
arch/arm/mach-imx/mach-imx27_visstrim_m10.c

index f7b074f496f070b5654a6ab99407f4281dfe04d7..84578175b4a6aef56a29c558d5e1cdbe58872133 100644 (file)
@@ -152,7 +152,7 @@ static struct soc_camera_link iclink_tvp5150 = {
 
 static struct mx2_camera_platform_data visstrim_camera = {
        .flags = MX2_CAMERA_CCIR | MX2_CAMERA_CCIR_INTERLACE |
-                       MX2_CAMERA_SWAP16 | MX2_CAMERA_PCLK_SAMPLE_RISING,
+                MX2_CAMERA_PCLK_SAMPLE_RISING,
        .clk = 100000,
 };
 
This page took 0.063922 seconds and 4 git commands to generate.