summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-05-16 13:47:18 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-05-16 13:47:18 +0200
commit6be9d4ba6f9e4bbb27b2ae4ba5be949183cab8bd (patch)
treedb9c6c647254fea152492ef517c7049b918dcc07
parent1ed393a89bc808273f9653020b2fcad4d655f765 (diff)
apalis-imx8qm: disable LVDS by default
LVDS is treated as primary display by the kernel. So when both is enabled, HDMI and LVDS, then LVDS is the primary display. Hence demos using only one screen usually do not show anything on HDMI. Since HDMI is used more often, and most customers probably do not have a matching LVDS display at hand, disable LVDS by default for now. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
index b667cfd8e7f0..51ddbb407f78 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
@@ -962,11 +962,11 @@
};
&ldb2_phy {
- status = "okay";
+ status = "disabled";
};
&ldb2 {
- status = "okay";
+ status = "disabled";
fsl,dual-channel;
lvds-channel@0 {