mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Disable display bcm voter for NEO_LA"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
3e76f8caca
@@ -13,9 +13,12 @@ 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",
|
||||
|
||||
@@ -460,6 +460,25 @@
|
||||
};
|
||||
};
|
||||
|
||||
&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>;
|
||||
};
|
||||
|
||||
|
||||
#include "neo_la-reserved-memory.dtsi"
|
||||
|
||||
&kgsl_smmu {
|
||||
|
||||
Reference in New Issue
Block a user