diff --git a/drivers/amlogic/media/vin/tvin/tvafe/tvafe_general.c b/drivers/amlogic/media/vin/tvin/tvafe/tvafe_general.c index efb36cb86301..6685246e1181 100644 --- a/drivers/amlogic/media/vin/tvin/tvafe/tvafe_general.c +++ b/drivers/amlogic/media/vin/tvin/tvafe/tvafe_general.c @@ -699,15 +699,15 @@ int adc_set_pll_cntl(bool on, unsigned int module_sel, void *pDtvPara) mutex_lock(&pll_mutex); if (tvafe_cpu_type() >= CPU_TYPE_TL1) { do { - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x012004e0); - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x312004e0); - W_HIU_REG(HHI_ADC_PLL_CNTL1_TL1, 0x05400000); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x01200490); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x31200490); + W_HIU_REG(HHI_ADC_PLL_CNTL1_TL1, 0x06c00000); W_HIU_REG(HHI_ADC_PLL_CNTL2_TL1, 0xe1800000); W_HIU_REG(HHI_ADC_PLL_CNTL3_TL1, 0x48681c00); W_HIU_REG(HHI_ADC_PLL_CNTL4_TL1, 0x88770290); W_HIU_REG(HHI_ADC_PLL_CNTL5_TL1, 0x39272000); W_HIU_REG(HHI_ADC_PLL_CNTL6_TL1, 0x56540000); - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x111104e0); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x11010490); udelay(100); adc_pll_lock_cnt++; @@ -762,15 +762,15 @@ int adc_set_pll_cntl(bool on, unsigned int module_sel, void *pDtvPara) mutex_lock(&pll_mutex); if (tvafe_cpu_type() >= CPU_TYPE_TL1) { do { - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x012004e0); - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x312004e0); - W_HIU_REG(HHI_ADC_PLL_CNTL1_TL1, 0x05400000); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x01200490); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x31200490); + W_HIU_REG(HHI_ADC_PLL_CNTL1_TL1, 0x06c00000); W_HIU_REG(HHI_ADC_PLL_CNTL2_TL1, 0xe0800000); W_HIU_REG(HHI_ADC_PLL_CNTL3_TL1, 0x48681c00); W_HIU_REG(HHI_ADC_PLL_CNTL4_TL1, 0x88770290); W_HIU_REG(HHI_ADC_PLL_CNTL5_TL1, 0x39272000); W_HIU_REG(HHI_ADC_PLL_CNTL6_TL1, 0x56540000); - W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x111104e0); + W_HIU_REG(HHI_ADC_PLL_CNTL0_TL1, 0x11010490); udelay(100); adc_pll_lock_cnt++;