]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare
authorJonathan Marek <jonathan@marek.ca>
Wed, 9 Jun 2021 02:28:52 +0000 (22:28 -0400)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 02:34:31 +0000 (19:34 -0700)
commitcfcc2e72d1c3d175d4f044529fa81bdd520f7142
tree397e544473d87b908e1b75c64191ba56e7e9bb74
parentbd1bc3e01295ab60410c0f734418294a3e7aa8bb
clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare

Caught this when looking at alpha-pll code. Untested but it is clear that
this was intended to write to PLL_CAL_L_VAL and not PLL_ALPHA_VAL.

Fixes: a34b17ed425c ("clk: qcom: clk-alpha-pll: Add support for Fabia PLL calibration")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20210609022852.4151-1-jonathan@marek.ca
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/clk-alpha-pll.c