diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm644x.c')
| -rw-r--r-- | arch/arm/mach-davinci/dm644x.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index cd0c8b1e1ec..14e9947bad6 100644 --- a/arch/arm/mach-davinci/dm644x.c +++ b/arch/arm/mach-davinci/dm644x.c @@ -713,8 +713,7 @@ static int dm644x_venc_setup_clock(enum vpbe_enc_timings_type type,  		break;  	case VPBE_ENC_CUSTOM_TIMINGS:  		if (pclock <= 27000000) { -			v |= DM644X_VPSS_MUXSEL_PLL2_MODE | -			     DM644X_VPSS_DACCLKEN; +			v |= DM644X_VPSS_DACCLKEN;  			writel(v, DAVINCI_SYSMOD_VIRT(SYSMOD_VPSS_CLKCTL));  		} else {  			/*  |