arm64: dts: qcom: msm8996-*: Disable HDMI by default

Most phones ship without HDMI and leaving it enabled wrecks
havoc. Disable it in msm8996.dtsi and re-enable it on the boards
that did not disable it previously.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210608202143.247427-3-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Konrad Dybcio
2021-06-08 22:21:41 +02:00
committed by Bjorn Andersson
parent a569b10bf7
commit 08972f34a2
3 changed files with 20 additions and 0 deletions

View File

@@ -92,6 +92,14 @@ &gpu {
status = "okay";
};
&hdmi {
status = "okay";
};
&hdmi_phy {
status = "okay";
};
&mdss {
status = "okay";
};

View File

@@ -20,3 +20,11 @@ serial@75b0000 {
};
};
};
&hdmi {
status = "okay";
};
&hdmi_phy {
status = "okay";
};

View File

@@ -898,6 +898,8 @@ hdmi: hdmi-tx@9a0000 {
phy-names = "hdmi_phy";
#sound-dai-cells = <1>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -931,6 +933,8 @@ hdmi_phy: hdmi-phy@9a0600 {
<&gcc GCC_HDMI_CLKREF_CLK>;
clock-names = "iface",
"ref";
status = "disabled";
};
};