mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
imx9: clock: Fix missing break in get_clk_src_rate
The break is missed for ARM_PLL_CLK in get_clk_src_rate. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -478,6 +478,7 @@ u32 get_clk_src_rate(enum ccm_clk_src source)
|
||||
switch (source) {
|
||||
case ARM_PLL_CLK:
|
||||
ctrl = readl(&ana_regs->arm_pll.ctrl.reg);
|
||||
break;
|
||||
case AUDIO_PLL_CLK:
|
||||
ctrl = readl(&ana_regs->audio_pll.ctrl.reg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user