mbox series

[0/2] Hook up 8280 SCM icc

Message ID 20230622-topic-8280scmicc-v1-0-6ef318919ea5@linaro.org
Headers show
Series Hook up 8280 SCM icc | expand

Message

Konrad Dybcio June 22, 2023, 3:56 p.m. UTC
The icc handle for SCM was missing on 8280. Add it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: firmware: qcom,scm: Allow interconnect on SC8280XP
      arm64: dts: qcom: sc8280xp: Add missing SCM interconnect

 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi                   | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: c87d46a9e8ebd2f2c3960927b1d21687096d1109
change-id: 20230622-topic-8280scmicc-e6af92e226bb

Best regards,

Comments

Johan Hovold June 28, 2023, 7:49 a.m. UTC | #1
On Thu, Jun 22, 2023 at 05:56:14PM +0200, Konrad Dybcio wrote:
> The icc handle for SCM was missing on 8280. Add it.

> Konrad Dybcio (2):
>       dt-bindings: firmware: qcom,scm: Allow interconnect on SC8280XP
>       arm64: dts: qcom: sc8280xp: Add missing SCM interconnect

Appears to work and matches the vendor dts, but no sign of any
"performance benefit" as mentioned in 65b7ebda5028 ("firmware: qcom_scm:
Add bw voting support to the SCM interface") during fw load at boot.

Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Tested-by: Johan Hovold <johan+linaro@kernel.org>

Johan