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:
@@ -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 {
|
||||
gpio-reserved-ranges = <110 6>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user