]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-davinci/board-dm365-evm.c
[media] ARM: daVinci: dm644x/dm355/dm365: replace V4L2_STD_525_60/625_50 with V4L2_ST...
[~andy/linux] / arch / arm / mach-davinci / board-dm365-evm.c
index 0518ce5753fe3720be1b901581e9c4e1f0e1f6b7..2a6674356585f47ea4e2cc8e38d582589d045e02 100644 (file)
@@ -381,7 +381,7 @@ static struct vpbe_enc_mode_info dm365evm_enc_std_timing[] = {
        {
                .name           = "ntsc",
                .timings_type   = VPBE_ENC_STD,
-               .std_id         = V4L2_STD_525_60,
+               .std_id         = V4L2_STD_NTSC,
                .interlaced     = 1,
                .xres           = 720,
                .yres           = 480,
@@ -393,7 +393,7 @@ static struct vpbe_enc_mode_info dm365evm_enc_std_timing[] = {
        {
                .name           = "pal",
                .timings_type   = VPBE_ENC_STD,
-               .std_id         = V4L2_STD_625_50,
+               .std_id         = V4L2_STD_PAL,
                .interlaced     = 1,
                .xres           = 720,
                .yres           = 576,