mbox series

[0/2] Enable interconnect on SM6115

Message ID 20231209-topic-6115iccdt-v1-0-f62da62b7276@linaro.org (mailing list archive)
Headers show
Series Enable interconnect on SM6115 | expand

Message

Konrad Dybcio Dec. 11, 2023, 9:23 a.m. UTC
The SM6115 interconnect driver has been merged now. Add nodes required
to make use of it.

Patch 1 for icc, patch 2 for qcom.

Likely depends on patch 3/ (qcm2290 BWMON compatible) from [1].

The required bindings changes are available over at an immutable k.org/
djakov/icc.git/icc-sm6115.

[1] https://lore.kernel.org/linux-arm-msm/20231125-topic-rb1_feat-v3-3-4cbb567743bb@linaro.org/

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6115 bwmon instance
      arm64: dts: qcom: sm6115: Hook up interconnects

 .../bindings/interconnect/qcom,msm8998-bwmon.yaml  |   1 +
 arch/arm64/boot/dts/qcom/sm6115.dtsi               | 277 +++++++++++++++++++++
 2 files changed, 278 insertions(+)
---
base-commit: 206dd8f44be8930e25cd6c82873f21ae659abec9
change-id: 20231209-topic-6115iccdt-060f0e26f0c3

Best regards,

Comments

Bjorn Andersson Dec. 17, 2023, 5:21 p.m. UTC | #1
On Mon, 11 Dec 2023 10:23:57 +0100, Konrad Dybcio wrote:
> The SM6115 interconnect driver has been merged now. Add nodes required
> to make use of it.
> 
> Patch 1 for icc, patch 2 for qcom.
> 
> Likely depends on patch 3/ (qcm2290 BWMON compatible) from [1].
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: sm6115: Hook up interconnects
      commit: b3eaa47395b9d0fc593e7f8b8b0abb4c769ad30d

Best regards,