ARM: dts: qcom: sdxkova: update interconnect providers with bcm-voter-names

Update interconnect provider device nodes with bcm-voter-names to route
the bandwidth requests through appropriate DRV.
Add necessary clock handles to access the QoS registers.

Change-Id: I5c271682e0b3f094d85fa759e19f8a89ae8f0eff
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
This commit is contained in:
Raviteja Laggyshetty
2024-09-01 17:17:16 +05:30
parent 7ed138f492
commit 481c435dd1

View File

@@ -129,6 +129,37 @@
}; };
}; };
&clk_virt {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
};
&mc_virt {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
};
&system_noc {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
clocks = <&gcc GCC_SYS_NOC_MVMSS_CLK>;
};
&pcie_anoc {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
};
&dc_noc {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
};
&gem_noc {
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
};
&tlmm { &tlmm {
gpio-reserved-ranges = <110 6>; gpio-reserved-ranges = <110 6>;
}; };