Skip to content

Commit 1878f4b

Browse files
shawnguo2andersson
authored andcommitted
arm64: dts: qcom: sdm630: Add missing a2noc qos clocks
It adds the missing a2noc clocks required for QoS registers programming per downstream kernel[1]. [1] https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/arch/arm/boot/dts/qcom/sdm660-bus.dtsi?h=LA.UM.8.2.r1-04800-sdm660.0#n43 Fixes: 045547a ("arm64: dts: qcom: sdm630: Add interconnect provider nodes") Signed-off-by: Shawn Guo <[email protected]> Acked-by: Georgi Djakov <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 30b8322 commit 1878f4b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,20 @@
654654
compatible = "qcom,sdm660-a2noc";
655655
reg = <0x01704000 0xc100>;
656656
#interconnect-cells = <1>;
657-
clock-names = "bus", "bus_a";
657+
clock-names = "bus",
658+
"bus_a",
659+
"ipa",
660+
"ufs_axi",
661+
"aggre2_ufs_axi",
662+
"aggre2_usb3_axi",
663+
"cfg_noc_usb2_axi";
658664
clocks = <&rpmcc RPM_SMD_AGGR2_NOC_CLK>,
659-
<&rpmcc RPM_SMD_AGGR2_NOC_A_CLK>;
665+
<&rpmcc RPM_SMD_AGGR2_NOC_A_CLK>,
666+
<&rpmcc RPM_SMD_IPA_CLK>,
667+
<&gcc GCC_UFS_AXI_CLK>,
668+
<&gcc GCC_AGGRE2_UFS_AXI_CLK>,
669+
<&gcc GCC_AGGRE2_USB3_AXI_CLK>,
670+
<&gcc GCC_CFG_NOC_USB2_AXI_CLK>;
660671
};
661672

662673
mnoc: interconnect@1745000 {

0 commit comments

Comments
 (0)