summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts
diff options
context:
space:
mode:
authorSandor Yu <Sandor.yu@nxp.com>2019-08-22 14:22:53 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:45 +0800
commitb0cae40bf7cbab5a0ec0c451718c575b2be6ce47 (patch)
treec92133d0b680e7a1788ff5fe009a053d6935ec28 /arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts
parent5a8a6c85de3a9bc3b1bf79701a3c9ccfc53dd9da (diff)
arm64: imx8qm mek: Add hdmi tx support
Move hdmi tx function out of imx8qm-mek.dts. Disable lvds devices in imx8qm-mek-hdmi.dts, then hdmi tx function should not depend on LVDS connector plugged. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts
new file mode 100644
index 000000000000..ad38b1062fc1
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts
@@ -0,0 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2019 NXP
+ * Sandor Yu <Sandor.yu@nxp.com>
+ */
+
+/dts-v1/;
+
+#include "imx8qm-mek.dts"
+
+&ldb1_phy {
+ status = "disabled";
+};
+
+&ldb1 {
+ status = "disabled";
+};
+
+&ldb2_phy {
+ status = "disabled";
+};
+
+&ldb2 {
+ status = "disabled";
+};
+
+&hdmi {
+ compatible = "cdn,imx8qm-hdmi";
+ status = "okay";
+};