aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/actions/owl-pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/actions/owl-pll.c')
-rw-r--r--drivers/clk/actions/owl-pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/actions/owl-pll.c b/drivers/clk/actions/owl-pll.c
index 058e06d7099f..02437bdedf4d 100644
--- a/drivers/clk/actions/owl-pll.c
+++ b/drivers/clk/actions/owl-pll.c
@@ -179,7 +179,7 @@ static int owl_pll_set_rate(struct clk_hw *hw, unsigned long rate,
regmap_write(common->regmap, pll_hw->reg, reg);
- udelay(PLL_STABILITY_WAIT_US);
+ udelay(pll_hw->delay);
return 0;
}