mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-30 00:08:32 +00:00
Merge "ARM: dts: msm: Add bcm voter devices for Diwali"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
8f4663a208
@@ -651,6 +651,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 {
|
||||
@@ -2172,8 +2177,8 @@
|
||||
mc_virt: interconnect@1 {
|
||||
compatible = "qcom,diwali-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 {
|
||||
@@ -2204,6 +2209,8 @@
|
||||
reg = <0x16e0000 0x1C080>;
|
||||
compatible = "qcom,diwali-aggre1_noc";
|
||||
#interconnect-cells = <1>;
|
||||
clocks = <&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
|
||||
<&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>;
|
||||
qcom,bcm-voter-names = "hlos";
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
@@ -2212,6 +2219,9 @@
|
||||
reg = <0x1700000 0x31080>;
|
||||
compatible = "qcom,diwali-aggre2_noc";
|
||||
#interconnect-cells = <1>;
|
||||
clocks = <&gcc GCC_AGGRE_NOC_PCIE_0_AXI_CLK>,
|
||||
<&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
|
||||
<&rpmhcc RPMH_IPA_CLK>;
|
||||
qcom,bcm-voter-names = "hlos";
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
@@ -2220,16 +2230,16 @@
|
||||
reg = <0x1740000 0x1f080>;
|
||||
compatible = "qcom,diwali-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 0xBB800>;
|
||||
compatible = "qcom,diwali-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 {
|
||||
|
||||
Reference in New Issue
Block a user