mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux (NXP iMX8): Update to V19 - Cadence MHDP8501(HDMI/DP) for i.MX8MQ
ref: - https://patchwork.kernel.org/project/linux-phy/list/?series=912540 - https://patchwork.freedesktop.org/series/120825/
This commit is contained in:
parent
8782a589de
commit
7989d57bf4
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,7 @@ Date: Tue, 13 Feb 2018 12:47:09 +0100
|
||||
Subject: [PATCH 1/4] arm64: dts: fsl: imx8mq-evk: enable DCSS and HDMI
|
||||
|
||||
Adapted for [PATCH v16] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
|
||||
Adapted for [PATCH v19] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
|
||||
|
||||
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
||||
---
|
||||
@ -32,7 +33,7 @@ index 7507548cdb16..267e32895aa0 100644
|
||||
};
|
||||
|
||||
&A53_0 {
|
||||
@@ -226,6 +237,27 @@ wl-reg-on-hog {
|
||||
@@ -226,6 +237,32 @@ wl-reg-on-hog {
|
||||
};
|
||||
};
|
||||
|
||||
@ -49,12 +50,17 @@ index 7507548cdb16..267e32895aa0 100644
|
||||
+};
|
||||
+
|
||||
+&mhdp {
|
||||
+ data-lanes = <1 2 3 4>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
+ ports {
|
||||
+ port@1 {
|
||||
+ reg = <1>;
|
||||
+
|
||||
+&mhdp_out {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ mhdp_out: endpoint {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ data-lanes = <0 1 2 3>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
+};
|
||||
+
|
||||
&i2c1 {
|
||||
|
@ -4,6 +4,7 @@ Date: Tue, 9 Mar 2021 10:47:27 -0800
|
||||
Subject: [PATCH 2/4] arm64: dts: fsl: imx8mq-pico-pi: enable DCSS and HDMI
|
||||
|
||||
Adapted for [PATCH v16] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
|
||||
Adapted for [PATCH v19] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
|
||||
---
|
||||
.../boot/dts/freescale/imx8mq-pico-pi.dts | 31 +++++++++++++++++++
|
||||
1 file changed, 31 insertions(+)
|
||||
@ -12,7 +13,7 @@ diff --git a/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts b/arch/arm64/boot/
|
||||
index 89cbec5c41b2..5e2b1a84a85e 100644
|
||||
--- a/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
|
||||
+++ b/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
|
||||
@@ -54,6 +54,38 @@ ethphy0: ethernet-phy@1 {
|
||||
@@ -54,6 +54,43 @@ ethphy0: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
@ -42,12 +43,17 @@ index 89cbec5c41b2..5e2b1a84a85e 100644
|
||||
+};
|
||||
+
|
||||
+&mhdp {
|
||||
+ data-lanes = <1 2 3 4>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
+ ports {
|
||||
+ port@1 {
|
||||
+ reg = <1>;
|
||||
+
|
||||
+&mhdp_out {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ mhdp_out: endpoint {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ data-lanes = <0 1 2 3>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
@ -30,7 +30,7 @@ index a3b9d615a3b4..deba4a6f65d5 100644
|
||||
};
|
||||
|
||||
&A53_0 {
|
||||
@@ -111,6 +122,27 @@ map4 {
|
||||
@@ -111,6 +122,32 @@ map4 {
|
||||
};
|
||||
};
|
||||
|
||||
@ -47,12 +47,17 @@ index a3b9d615a3b4..deba4a6f65d5 100644
|
||||
+};
|
||||
+
|
||||
+&mhdp {
|
||||
+ data-lanes = <1 2 3 4>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
+ ports {
|
||||
+ port@1 {
|
||||
+ reg = <1>;
|
||||
+
|
||||
+&mhdp_out {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ mhdp_out: endpoint {
|
||||
+ remote-endpoint = <&hdmi_connector_in>;
|
||||
+ data-lanes = <0 1 2 3>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
+};
|
||||
+
|
||||
&i2c1 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user