From: Yassine Oudjana <yassine.oudjana@xxxxxxxxx> This series adds support for the CBF clock found on MSM8996 and sets it to a high enough frequency to fix some devices not being able to boot with all 4 cores enabled. (I'm picking this up and adding DT bindings following a discussion on another series[1] since Konrad is fine with it.) Changes since v1: - Update DT bindings with the CBF clock and reg. [1] https://lore.kernel.org/linux-arm-msm/aa54cc23-e479-688c-6a3c-b9c73babd9b4@xxxxxxxxxx/ Konrad Dybcio (2): clk: qcom: msm8996-cpu: Add CBF support arm64: dts: qcom: msm8996: Add support for the CBF clock Yassine Oudjana (1): dt-bindings: clk: qcom: msm8996-apcc: Add CBF .../bindings/clock/qcom,msm8996-apcc.yaml | 10 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 5 +- drivers/clk/qcom/clk-cpu-8996.c | 162 +++++++++++++++++- 3 files changed, 169 insertions(+), 8 deletions(-) -- 2.36.0