Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 5d0ab61

Browse files
quic-varadaandersson
authored andcommitted
arm64: dts: qcom: ipq9574: Add icc provider ability to gcc
IPQ SoCs dont involve RPM in managing NoC related clocks and there is no NoC scaling. Linux itself handles these clocks. However, these should not be exposed as just clocks and align with other Qualcomm SoCs that handle these clocks from a interconnect provider. Hence include icc provider capability to the gcc node so that peripherals can use the interconnect facility to enable these clocks. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20240430064214.2030013-7-quic_varada@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 47c7823 commit 5d0ab61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/qcom/ipq9574.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <dt-bindings/clock/qcom,apss-ipq.h>
1010
#include <dt-bindings/clock/qcom,ipq9574-gcc.h>
11+
#include <dt-bindings/interconnect/qcom,ipq9574.h>
1112
#include <dt-bindings/interrupt-controller/arm-gic.h>
1213
#include <dt-bindings/reset/qcom,ipq9574-gcc.h>
1314
#include <dt-bindings/thermal/thermal.h>
@@ -315,6 +316,7 @@
315316
<0>;
316317
#clock-cells = <1>;
317318
#reset-cells = <1>;
319+
#interconnect-cells = <1>;
318320
};
319321

320322
tcsr_mutex: hwlock@1905000 {

0 commit comments

Comments
 (0)