Commit 08972f34 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

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: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210608202143.247427-3-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent a569b10b
......@@ -92,6 +92,14 @@ &gpu {
status = "okay";
};
&hdmi {
status = "okay";
};
&hdmi_phy {
status = "okay";
};
&mdss {
status = "okay";
};
......
......@@ -20,3 +20,11 @@ serial@75b0000 {
};
};
};
&hdmi {
status = "okay";
};
&hdmi_phy {
status = "okay";
};
......@@ -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";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment