commit | 7f54bf2640e877c8a9b4cc7e2b29f82e3ca1a284 | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Tue Jun 08 22:28:52 2021 -0400 |
committer | Stephen Boyd <sboyd@kernel.org> | Sun Jun 27 19:34:31 2021 -0700 |
tree | 397e544473d87b908e1b75c64191ba56e7e9bb74 | |
parent | 5d66ca79b58cb3cbeb4720c7da064faf03c27446 [diff] |
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: 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>