mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Update to current NXP patch - https://patchwork.freedesktop.org/series/120825/ This replaces and supersedes the v1 patch - https://patchwork.kernel.org/project/linux-rockchip/cover/cover.1590982881.git.Sandor.yu@nxp.com/
55 lines
1.0 KiB
Diff
55 lines
1.0 KiB
Diff
From 5a139d07d03076be7972db4b022558dffcfd685b Mon Sep 17 00:00:00 2001
|
|
From: Lukas Rusak <lorusak@gmail.com>
|
|
Date: Tue, 9 Mar 2021 10:47:27 -0800
|
|
Subject: [PATCH 47/49] arm64: dts: fsl: imx8mq-pico-pi: enable DCSS and HDMI
|
|
|
|
---
|
|
.../boot/dts/freescale/imx8mq-pico-pi.dts | 22 +++++++++++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts b/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
|
|
index 89cbec5c41b2..03734145c50e 100644
|
|
--- a/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
|
|
+++ b/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
|
|
@@ -54,6 +54,37 @@
|
|
reg = <1>;
|
|
};
|
|
};
|
|
+
|
|
+ hdmi_connector: connector {
|
|
+ compatible = "hdmi-connector";
|
|
+ label = "X11";
|
|
+ type = "a";
|
|
+
|
|
+ port {
|
|
+ hdmi_connector_in: endpoint {
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&dcss {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi_connector {
|
|
+ port {
|
|
+ hdmi_connector_in: endpoint {
|
|
+ remote-endpoint = <&mhdp_out>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&mhdp {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&mhdp_out {
|
|
+ remote-endpoint = <&hdmi_connector_in>;
|
|
};
|
|
|
|
&i2c1 {
|
|
--
|
|
2.29.2
|
|
|