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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:56:31 +0000 (16:56 +0200)
commit29746bd0f765f0d2f77b5f6de6050e60007fefe7
tree7fe08433bec2fedd02b70f8b7abf95560abdbc0e
parent94221679ee0586fbafda62b5126b902459400f3c
clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare

[ Upstream commit 7f54bf2640e877c8a9b4cc7e2b29f82e3ca1a284 ]

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: 691865bad627 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/clk-alpha-pll.c