diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-dm644x-evm.c')
| -rw-r--r-- | arch/arm/mach-davinci/board-dm644x-evm.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index 71735e7797c..745280d4144 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c @@ -622,7 +622,7 @@ static struct vpbe_enc_mode_info dm644xevm_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, @@ -634,7 +634,7 @@ static struct vpbe_enc_mode_info dm644xevm_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, @@ -649,7 +649,7 @@ static struct vpbe_enc_mode_info dm644xevm_enc_std_timing[] = {  static struct vpbe_enc_mode_info dm644xevm_enc_preset_timing[] = {  	{  		.name		= "480p59_94", -		.timings_type	= VPBE_ENC_CUSTOM_TIMINGS, +		.timings_type	= VPBE_ENC_DV_TIMINGS,  		.dv_timings	= V4L2_DV_BT_CEA_720X480P59_94,  		.interlaced	= 0,  		.xres		= 720, @@ -661,7 +661,7 @@ static struct vpbe_enc_mode_info dm644xevm_enc_preset_timing[] = {  	},  	{  		.name		= "576p50", -		.timings_type	= VPBE_ENC_CUSTOM_TIMINGS, +		.timings_type	= VPBE_ENC_DV_TIMINGS,  		.dv_timings	= V4L2_DV_BT_CEA_720X576P50,  		.interlaced	= 0,  		.xres		= 720,  |