On 7.06.24 20:39, Odelu Kukatla wrote:
Add clocks which need to be enbaled for configuring QoS on sc7280.
Nit: s/enbaled/enabled/
Signed-off-by: Odelu Kukatla <[email protected]>
In any case: Acked-by: Georgi Djakov <[email protected]> Bjorn, the dt-binding change is available in my icc-rpmh-qos branch in case you want to make the dtbs checker happy when you apply this. BR, Georgi
--- arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index ba43fba2c551..a3c640d394e9 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -2130,6 +2130,8 @@ reg = <0 0x016e0000 0 0x1c080>; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; + clocks = <&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>, + <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>; };aggre2_noc: interconnect@1700000 {@@ -2137,6 +2139,7 @@ compatible = "qcom,sc7280-aggre2-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; + clocks = <&rpmhcc RPMH_IPA_CLK>; };mmss_noc: interconnect@1740000 {
