Skip to content

Commit 8c48466

Browse files
juhosgandersson
authored andcommitted
clk: qcom: clk-alpha-pll: reorder Stromer register offsets
The register offset arrays are ordered based on the register offsets for all PLLs but the Stromer. For consistency, reorder the Stromer specific array as well. No functional changes. Signed-off-by: Gabor Juhos <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 4f2bc4a commit 8c48466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/clk-alpha-pll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ const u8 clk_alpha_pll_regs[][PLL_OFF_MAX_REGS] = {
213213
[PLL_OFF_USER_CTL] = 0x18,
214214
[PLL_OFF_USER_CTL_U] = 0x1c,
215215
[PLL_OFF_CONFIG_CTL] = 0x20,
216+
[PLL_OFF_STATUS] = 0x28,
216217
[PLL_OFF_TEST_CTL] = 0x30,
217218
[PLL_OFF_TEST_CTL_U] = 0x34,
218-
[PLL_OFF_STATUS] = 0x28,
219219
},
220220
[CLK_ALPHA_PLL_TYPE_STROMER_PLUS] = {
221221
[PLL_OFF_L_VAL] = 0x04,

0 commit comments

Comments
 (0)