Skip to content

Commit

Permalink
[media] i.MX27: visstrim_m10: Remove use of MX2_CAMERA_SWAP16
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Javier Martin authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent 002eaf9 commit 5ff203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-imx/mach-imx27_visstrim_m10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 5ff203b

Please sign in to comment.