Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ff203b5 authored by Javier Martin's avatar Javier Martin Committed by Mauro Carvalho Chehab
Browse files

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

parent 002eaf90
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,7 @@ static struct soc_camera_link iclink_tvp5150 = {


static struct mx2_camera_platform_data visstrim_camera = {
static struct mx2_camera_platform_data visstrim_camera = {
	.flags = MX2_CAMERA_CCIR | MX2_CAMERA_CCIR_INTERLACE |
	.flags = MX2_CAMERA_CCIR | MX2_CAMERA_CCIR_INTERLACE |
			MX2_CAMERA_SWAP16 | MX2_CAMERA_PCLK_SAMPLE_RISING,
		 MX2_CAMERA_PCLK_SAMPLE_RISING,
	.clk = 100000,
	.clk = 100000,
};
};