Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <j4g8y7@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240311-alpha-pll-stromer-cleanup-v1-2-f7c0c5607cca@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Gabor Juhos and committed by
Bjorn Andersson
8c48466c 4f2bc4ac

+1 -1
+1 -1
drivers/clk/qcom/clk-alpha-pll.c
··· 213 213 [PLL_OFF_USER_CTL] = 0x18, 214 214 [PLL_OFF_USER_CTL_U] = 0x1c, 215 215 [PLL_OFF_CONFIG_CTL] = 0x20, 216 + [PLL_OFF_STATUS] = 0x28, 216 217 [PLL_OFF_TEST_CTL] = 0x30, 217 218 [PLL_OFF_TEST_CTL_U] = 0x34, 218 - [PLL_OFF_STATUS] = 0x28, 219 219 }, 220 220 [CLK_ALPHA_PLL_TYPE_STROMER_PLUS] = { 221 221 [PLL_OFF_L_VAL] = 0x04,