]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: qcom: msm8996-*: Disable HDMI by default
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Tue, 8 Jun 2021 20:21:41 +0000 (22:21 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 3 Aug 2021 23:14:50 +0000 (18:14 -0500)
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>
arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
arch/arm64/boot/dts/qcom/msm8996-mtp.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 8c7a27e972b7f8c1fba9acc25376e91b3ac7fd49..a57c60070cdc2e12bf5c47232a73d3ae7c06db91 100644 (file)
        status = "okay";
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_phy {
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };
index 1e1514e9158cca8ee12953a117d8cb81ee0cf69a..ac43a91f110487f3a61a1df5ed3a51d1b0eb8072 100644 (file)
                };
        };
 };
+
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_phy {
+       status = "okay";
+};
index 0e1bc4669d7e10f2d9a8b06e5468995f662bbb20..ccb98d63c6472204542760ec3aa081a6ed2055b8 100644 (file)
                                phy-names = "hdmi_phy";
                                #sound-dai-cells = <1>;
 
+                               status = "disabled";
+
                                ports {
                                        #address-cells = <1>;
                                        #size-cells = <0>;
                                         <&gcc GCC_HDMI_CLKREF_CLK>;
                                clock-names = "iface",
                                              "ref";
+
+                               status = "disabled";
                        };
                };