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

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.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent a569b10b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -92,6 +92,14 @@
	status = "okay";
};

&hdmi {
	status = "okay";
};

&hdmi_phy {
	status = "okay";
};

&mdss {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@
		};
	};
};

&hdmi {
	status = "okay";
};

&hdmi_phy {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -898,6 +898,8 @@
				phy-names = "hdmi_phy";
				#sound-dai-cells = <1>;

				status = "disabled";

				ports {
					#address-cells = <1>;
					#size-cells = <0>;
@@ -931,6 +933,8 @@
					 <&gcc GCC_HDMI_CLKREF_CLK>;
				clock-names = "iface",
					      "ref";

				status = "disabled";
			};
		};