Merge "ARM: dts: msm: Disable display bcm voter for NEO_LA V1"

This commit is contained in:
qctecmdr
2022-05-20 12:42:38 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 0 additions and 6 deletions

View File

@@ -13,12 +13,9 @@ Required properties :
"qcom,neo-clk_virt",
"qcom,neo-config_noc",
"qcom,neo-gem_noc",
"qcom,neo_la-gem_noc",
"qcom,neo-lpass_ag_noc",
"qcom,neo-mc_virt",
"qcom,neo_la-mc_virt",
"qcom,neo-mmss_noc",
"qcom,neo_la-mmss_noc",
"qcom,neo-nsp_noc",
"qcom,neo-system_noc",
"qcom,neo-pcie_anoc",

View File

@@ -331,19 +331,16 @@
};
&mc_virt {
compatible = "qcom,neo_la-mc_virt";
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
};
&mmss_noc {
compatible = "qcom,neo_la-mmss_noc";
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
};
&gem_noc {
compatible = "qcom,neo_la-gem_noc";
qcom,bcm-voter-names = "hlos";
qcom,bcm-voters = <&apps_bcm_voter>;
};