[media] davinci: replace V4L2_OUT_CAP_CUSTOM_TIMINGS by V4L2_OUT_CAP_DV_TIMINGS
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 Feb 2013 18:10:45 +0000 (15:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 19 Mar 2013 19:10:44 +0000 (16:10 -0300)
The use of V4L2_OUT_CAP_CUSTOM_TIMINGS is deprecated, use DV_TIMINGS instead.
Note that V4L2_OUT_CAP_CUSTOM_TIMINGS is just a #define for
V4L2_OUT_CAP_DV_TIMINGS.
At some point in the future these CUSTOM_TIMINGS defines might be removed.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
arch/arm/mach-davinci/board-dm646x-evm.c

index de7adff324dc4f1c9751160213ccc202070419f0..fc4871ac1c2c81ca8bf3542e06d95e5e3153502e 100644 (file)
@@ -514,7 +514,7 @@ static const struct vpif_output dm6467_ch0_outputs[] = {
                        .index = 1,
                        .name = "Component",
                        .type = V4L2_OUTPUT_TYPE_ANALOG,
-                       .capabilities = V4L2_OUT_CAP_CUSTOM_TIMINGS,
+                       .capabilities = V4L2_OUT_CAP_DV_TIMINGS,
                },
                .subdev_name = "adv7343",
                .output_route = ADV7343_COMPONENT_ID,