Skip to content

Commit 15bbdb3

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: sm6350: Add clocks for aggre1 & aggre2 NoC
As per updated bindings, add the clocks for those two interconnects, which are required to set up QoS correctly. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20251114-sm6350-icc-qos-v2-5-6af348cb9c69@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 851d5ae commit 15bbdb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,16 @@
11171117
reg = <0x0 0x016e0000 0x0 0x15080>;
11181118
#interconnect-cells = <2>;
11191119
qcom,bcm-voters = <&apps_bcm_voter>;
1120+
clocks = <&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>;
11201121
};
11211122

11221123
aggre2_noc: interconnect@1700000 {
11231124
compatible = "qcom,sm6350-aggre2-noc";
11241125
reg = <0x0 0x01700000 0x0 0x1f880>;
11251126
#interconnect-cells = <2>;
11261127
qcom,bcm-voters = <&apps_bcm_voter>;
1128+
clocks = <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>,
1129+
<&rpmhcc RPMH_IPA_CLK>;
11271130

11281131
compute_noc: interconnect-compute-noc {
11291132
compatible = "qcom,sm6350-compute-noc";

0 commit comments

Comments
 (0)