All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MSM8996 Coherent Bus Fabric clock support
@ 2022-05-10 15:57 Yassine Oudjana
  2022-05-10 15:58 ` [PATCH v2 1/3] dt-bindings: clk: qcom: msm8996-apcc: Add CBF Yassine Oudjana
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yassine Oudjana @ 2022-05-10 15:57 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Loic Poulain
  Cc: Yassine Oudjana, Konrad Dybcio, AngeloGioacchino Del Regno,
	Martin Botka, Marijn Suijten, Jami Kettunen, linux-arm-msm,
	linux-clk, devicetree, linux-kernel, ~postmarketos/upstreaming

From: Yassine Oudjana <yassine.oudjana@gmail.com>

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@linaro.org/

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-11 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:57 [PATCH v2 0/3] MSM8996 Coherent Bus Fabric clock support Yassine Oudjana
2022-05-10 15:58 ` [PATCH v2 1/3] dt-bindings: clk: qcom: msm8996-apcc: Add CBF Yassine Oudjana
2022-05-10 15:59 ` [PATCH v2 2/3] clk: qcom: msm8996-cpu: Add CBF support Yassine Oudjana
2022-05-11 10:17   ` Dmitry Baryshkov
2022-05-10 16:02 ` [PATCH v2 3/3] arm64: dts: qcom: msm8996: Add support for the CBF clock Yassine Oudjana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.