ARM: dts: msm: Add bcm voter devices for Anorak

Add bcm voter devices that live under RSC devices
to allow interconnect providers to target their
votes for meeting bandwidth constraints.

Change-Id: I75a9bed3f8ed50a22d84a31d6fed3c27852632d8
This commit is contained in:
Raviteja Laggyshetty
2022-05-17 14:33:33 +05:30
committed by Gerrit - the friendly Code Review server
parent e3377ee402
commit aadc293f83

View File

@@ -281,6 +281,11 @@
<WAKE_TCS 1>,
<CONTROL_TCS 0>,
<FAST_PATH_TCS 0>;
disp_bcm_voter: bcm_voter {
compatible = "qcom,bcm-voter";
qcom,tcs-wait = <QCOM_ICC_TAG_AMC>;
};
};
arch_timer: timer {
@@ -753,8 +758,8 @@
mc_virt: interconnect@1 {
compatible = "qcom,anorak-mc_virt";
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
qcom,bcm-voter-names = "hlos", "disp";
qcom,bcm-voters = <&apps_bcm_voter>, <&disp_bcm_voter>;
};
config_noc: interconnect@1500000 {
@@ -801,16 +806,16 @@
reg = <0x01740000 0x1C100>;
compatible = "qcom,anorak-mmss_noc";
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
qcom,bcm-voter-names = "hlos", "disp";
qcom,bcm-voters = <&apps_bcm_voter>, <&disp_bcm_voter>;
};
gem_noc: interconnect@19100000 {
reg = <0x19100000 0xA9080>;
compatible = "qcom,anorak-gem_noc";
#interconnect-cells = <1>;
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
qcom,bcm-voter-names = "hlos", "disp";
qcom,bcm-voters = <&apps_bcm_voter>, <&disp_bcm_voter>;
};
nsp_noc: interconnect@320C0000 {