Merge "ARM: dts: msm: Add PCIe CRM bcm-voters for Sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e398d870ef
@@ -838,25 +838,33 @@
|
|||||||
clock-frequency = <19200000>;
|
clock-frequency = <19200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcie_crm_hw_0_bcm_voter: bcm_voter@0 {
|
||||||
|
compatible = "qcom,bcm-voter";
|
||||||
|
qcom,crm-name = "pcie_crm";
|
||||||
|
qcom,crm-client-idx = <0>;
|
||||||
|
qcom,crm-pwr-states = <5>;
|
||||||
|
};
|
||||||
|
|
||||||
clk_virt: interconnect@0 {
|
clk_virt: interconnect@0 {
|
||||||
compatible = "qcom,sun-clk_virt";
|
compatible = "qcom,sun-clk_virt";
|
||||||
#interconnect-cells = <1>;
|
#interconnect-cells = <1>;
|
||||||
qcom,bcm-voter-names = "hlos";
|
qcom,bcm-voter-names = "hlos",
|
||||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
"pcie_crm_hw_0";
|
||||||
qcom,disabled-voters = "pcie_crm_hw_0", "pcie_crm_hw_1";
|
qcom,bcm-voters = <&apps_bcm_voter>,
|
||||||
|
<&pcie_crm_hw_0_bcm_voter>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mc_virt: interconnect@1 {
|
mc_virt: interconnect@1 {
|
||||||
compatible = "qcom,sun-mc_virt";
|
compatible = "qcom,sun-mc_virt";
|
||||||
#interconnect-cells = <1>;
|
#interconnect-cells = <1>;
|
||||||
qcom,bcm-voter-names = "hlos";
|
qcom,bcm-voter-names = "hlos",
|
||||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
"pcie_crm_hw_0";
|
||||||
|
qcom,bcm-voters = <&apps_bcm_voter>,
|
||||||
|
<&pcie_crm_hw_0_bcm_voter>;
|
||||||
qcom,disabled-voters = "disp",
|
qcom,disabled-voters = "disp",
|
||||||
"cam_ife_0",
|
"cam_ife_0",
|
||||||
"cam_ife_1",
|
"cam_ife_1",
|
||||||
"cam_ife_2",
|
"cam_ife_2";
|
||||||
"pcie_crm_hw_0",
|
|
||||||
"pcie_crm_hw_1";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config_noc: interconnect@1600000 {
|
config_noc: interconnect@1600000 {
|
||||||
@@ -889,9 +897,10 @@
|
|||||||
#interconnect-cells = <1>;
|
#interconnect-cells = <1>;
|
||||||
clocks = <&gcc GCC_AGGRE_NOC_PCIE_AXI_CLK>,
|
clocks = <&gcc GCC_AGGRE_NOC_PCIE_AXI_CLK>,
|
||||||
<&gcc GCC_CFG_NOC_PCIE_ANOC_AHB_CLK>;
|
<&gcc GCC_CFG_NOC_PCIE_ANOC_AHB_CLK>;
|
||||||
qcom,bcm-voter-names = "hlos";
|
qcom,bcm-voter-names = "hlos",
|
||||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
"pcie_crm_hw_0";
|
||||||
qcom,disabled-voters = "pcie_crm_hw_0", "pcie_crm_hw_1";
|
qcom,bcm-voters = <&apps_bcm_voter>,
|
||||||
|
<&pcie_crm_hw_0_bcm_voter>;
|
||||||
qcom,skip-qos;
|
qcom,skip-qos;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -930,14 +939,14 @@
|
|||||||
compatible = "qcom,sun-gem_noc";
|
compatible = "qcom,sun-gem_noc";
|
||||||
reg = <0x24100000 0x14b080>;
|
reg = <0x24100000 0x14b080>;
|
||||||
#interconnect-cells = <1>;
|
#interconnect-cells = <1>;
|
||||||
qcom,bcm-voter-names = "hlos";
|
qcom,bcm-voter-names = "hlos",
|
||||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
"pcie_crm_hw_0";
|
||||||
|
qcom,bcm-voters = <&apps_bcm_voter>,
|
||||||
|
<&pcie_crm_hw_0_bcm_voter>;
|
||||||
qcom,disabled-voters = "disp",
|
qcom,disabled-voters = "disp",
|
||||||
"cam_ife_0",
|
"cam_ife_0",
|
||||||
"cam_ife_1",
|
"cam_ife_1",
|
||||||
"cam_ife_2",
|
"cam_ife_2";
|
||||||
"pcie_crm_hw_0",
|
|
||||||
"pcie_crm_hw_1";
|
|
||||||
qcom,skip-qos;
|
qcom,skip-qos;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user