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

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

Change-Id: I2f69fc3132a09e0c01f53da96ed395edff56c069
This commit is contained in:
Raviteja Laggyshetty
2022-11-25 19:16:18 +05:30
parent 89b351cb56
commit b66478581b

View File

@@ -516,6 +516,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>;
};
};
pdc: interrupt-controller@b220000 {
@@ -1528,8 +1533,8 @@
mc_virt: interconnect@1 {
compatible = "qcom,ravelin-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>;
};
aggre1_noc: interconnect@16e0000 {
@@ -1568,8 +1573,8 @@
reg = <0x19100000 0xBC080>;
compatible = "qcom,ravelin-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>;
};
lpass_ag_noc: interconnect@3C40000 {
@@ -1584,8 +1589,8 @@
reg = <0x1740000 0x19080>;
compatible = "qcom,ravelin-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>;
};
pcie_anoc: interconnect@16C0000 {