aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/imx/clk-pllv3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk-pllv3.c b/drivers/clk/imx/clk-pllv3.c
index e892b9a836e5..4110e713d259 100644
--- a/drivers/clk/imx/clk-pllv3.c
+++ b/drivers/clk/imx/clk-pllv3.c
@@ -444,6 +444,7 @@ struct clk *imx_clk_pllv3(enum imx_pllv3_type type, const char *name,
444 break; 444 break;
445 case IMX_PLLV3_USB_VF610: 445 case IMX_PLLV3_USB_VF610:
446 pll->div_shift = 1; 446 pll->div_shift = 1;
447 /* fall through */
447 case IMX_PLLV3_USB: 448 case IMX_PLLV3_USB:
448 ops = &clk_pllv3_ops; 449 ops = &clk_pllv3_ops;
449 pll->powerup_set = true; 450 pll->powerup_set = true;
@@ -451,6 +452,7 @@ struct clk *imx_clk_pllv3(enum imx_pllv3_type type, const char *name,
451 case IMX_PLLV3_AV_IMX7: 452 case IMX_PLLV3_AV_IMX7:
452 pll->num_offset = PLL_IMX7_NUM_OFFSET; 453 pll->num_offset = PLL_IMX7_NUM_OFFSET;
453 pll->denom_offset = PLL_IMX7_DENOM_OFFSET; 454 pll->denom_offset = PLL_IMX7_DENOM_OFFSET;
455 /* fall through */
454 case IMX_PLLV3_AV: 456 case IMX_PLLV3_AV:
455 ops = &clk_pllv3_av_ops; 457 ops = &clk_pllv3_av_ops;
456 break; 458 break;