|
@@ -982,8 +982,8 @@ static void __init sun5i_ccu_init(struct device_node *node,
|
|
|
|
|
|
/* Force the PLL-Audio-1x divider to 4 */
|
|
/* Force the PLL-Audio-1x divider to 4 */
|
|
val = readl(reg + SUN5I_PLL_AUDIO_REG);
|
|
val = readl(reg + SUN5I_PLL_AUDIO_REG);
|
|
- val &= ~GENMASK(19, 16);
|
|
|
|
- writel(val | (3 << 16), reg + SUN5I_PLL_AUDIO_REG);
|
|
|
|
|
|
+ val &= ~GENMASK(29, 26);
|
|
|
|
+ writel(val | (3 << 26), reg + SUN5I_PLL_AUDIO_REG);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Use the peripheral PLL as the AHB parent, instead of CPU /
|
|
* Use the peripheral PLL as the AHB parent, instead of CPU /
|