There are several alpha PLL configurations, where the alpha mode is enabled even if it is not strictly required in order to get the desired output rate of the PLL. This small series removes those superfluous settings. Signed-off-by: Gabor Juhos <j4g8y7@xxxxxxxxx> --- Gabor Juhos (5): clk: qcom: apss-ipq-pll: drop 'alpha_en_mask' from IPQ5018 PLL config clk: qcom: apps-ipq-pll: drop 'alpha_en_mask' from IPQ5332 PLL config clk: qcom: gcc-ipq6018: remove alpha values from NSS Crypto PLL's config clk: qcom: dispcc-qcm2290: remove alpha values from disp_cc_pll0_config clk: qcom: dispcc-sm6115: remove alpha values from disp_cc_pll0_config drivers/clk/qcom/apss-ipq-pll.c | 3 +-- drivers/clk/qcom/dispcc-qcm2290.c | 2 -- drivers/clk/qcom/dispcc-sm6115.c | 2 -- drivers/clk/qcom/gcc-ipq6018.c | 4 +--- 4 files changed, 2 insertions(+), 9 deletions(-) --- base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc change-id: 20241021-alpha-mode-cleanup-661b544644d7 Best regards, -- Gabor Juhos <j4g8y7@xxxxxxxxx>