[media] i.MX27: visstrim_m10: Remove use of MX2_CAMERA_SWAP16

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>
This commit is contained in:
Javier Martin 2012-03-26 09:17:47 -03:00 committed by Mauro Carvalho Chehab
parent 002eaf90a2
commit 5ff203b5d8
1 changed files with 1 additions and 1 deletions

View 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,
};