summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2022-09-30 21:52:14 +0300
committerBjorn Andersson <andersson@kernel.org>2022-10-17 21:19:59 +0300
commit9707fc66ab40c62b459cf83fa9a32c4b7f39dc0c (patch)
tree7eb86f2f9b8d64b627361dcea52acd8b728fb195
parent6cd72414abc7345e277fcab5e1c763c3a017dc6a (diff)
downloadlinux-9707fc66ab40c62b459cf83fa9a32c4b7f39dc0c.tar.xz
ARM: dts: qcom: apq8064: disable HDMI nodes by default
Disable HDMI nodes. Individual board can enable them if required. The only APQ8064 board that has working HDMI output is IFC6410, which enables these devices explicitly. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220930185236.867655-2-dmitry.baryshkov@linaro.org
-rw-r--r--arch/arm/boot/dts/qcom-apq8064.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 942aa2278355..829e197579b9 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -1470,6 +1470,8 @@
phys = <&hdmi_phy>;
+ status = "disabled";
+
ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -1498,6 +1500,8 @@
clocks = <&mmcc HDMI_S_AHB_CLK>;
clock-names = "slave_iface";
#phy-cells = <0>;
+
+ status = "disabled";
};
mdp: mdp@5100000 {