arm64: dts: qcom: msm8998*: Keep MMCC & MMSS_SMMU enabled by default
MMCC is a component of the SoC that should always be configured. It was kept off due to misconfiguration on clamshell machines. Keep it disabled on these ones and enable it by default on all the others. Exactly the same story applies to MMSS_SMMU, which directly depends on MMCC. Do note, that if a platform doesn't use neither EFIFB (only applies to WoA devices in this case) or simplefb (applies to precisely 2 msm8998 devices as of this commit), this will not cause any harm. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
This commit is contained in:
parent
7b4df030bf
commit
9479a999eb
2 changed files with 0 additions and 12 deletions
|
|
@ -516,10 +516,6 @@
|
||||||
firmware-name = "qcom/msm8998/fxtec/slpi_v2.mbn";
|
firmware-name = "qcom/msm8998/fxtec/slpi_v2.mbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmcc {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&etf {
|
&etf {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -402,14 +402,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmcc {
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
&mmss_smmu {
|
|
||||||
status = "ok";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pm8005_regulators {
|
&pm8005_regulators {
|
||||||
/* VDD_GFX supply */
|
/* VDD_GFX supply */
|
||||||
pm8005_s1: s1 {
|
pm8005_s1: s1 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue