On 23/07/2023 19:08, Adam Skladowski wrote:
This patch series fixes introduce support for msm8976 pll, also brings some adjustments and fixes domains setup and few dts nitpicks.
Could you please extend the series with the DT patches utilizing the HFPLL? You can keep them disabled via the status property if they are not expected to be used yet.
Changes since v1 ================ 1. Fixed few styling issues 2. Changed compatibles for plls 3. Added fixes: tag to first patch Adam Skladowski (7): drivers: soc: qcom: rpmpd: Fix MSM8976 power domains setup clk: qcom: clk-hfpll: Configure l_val in init when required clk: qcom: hfpll: Allow matching pdata dt-bindings: clock: qcom,hfpll: Document MSM8976 compatibles clk: qcom: hfpll: Add MSM8976 PLL data arm64: dts: qcom: msm8976: Split lpass region arm64: dts: qcom: msm8976: Fix smsm ipc bit shifts .../devicetree/bindings/clock/qcom,hfpll.txt | 3 + arch/arm64/boot/dts/qcom/msm8976.dtsi | 11 +++- drivers/clk/qcom/clk-hfpll.c | 4 ++ drivers/clk/qcom/clk-hfpll.h | 1 + drivers/clk/qcom/hfpll.c | 59 ++++++++++++++++++- drivers/soc/qcom/rpmpd.c | 27 ++++----- 6 files changed, 83 insertions(+), 22 deletions(-)
-- With best wishes Dmitry