65 lines
1.3 KiB
Diff
65 lines
1.3 KiB
Diff
From ae85b1c09b62f828eebb9452fb5060974d0195c3 Mon Sep 17 00:00:00 2001
|
|
From: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
Date: Mon, 14 Jun 2021 22:39:58 +0200
|
|
Subject: [PATCH 096/170] arm64:dts: sun50i-h616-x96-mate add hdmi
|
|
|
|
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
---
|
|
.../dts/allwinner/sun50i-h616-x96-mate.dts | 26 +++++++++++++++++++
|
|
1 file changed, 26 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
|
index 51f1764ed..3640160a3 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
|
@@ -23,6 +23,17 @@ chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
+ connector {
|
|
+ compatible = "hdmi-connector";
|
|
+ type = "a";
|
|
+
|
|
+ port {
|
|
+ hdmi_con_in: endpoint {
|
|
+ remote-endpoint = <&hdmi_out_con>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
reg_vcc5v: vcc5v {
|
|
/* board wide 5V supply directly from the DC input */
|
|
compatible = "regulator-fixed";
|
|
@@ -33,6 +44,10 @@ reg_vcc5v: vcc5v {
|
|
};
|
|
};
|
|
|
|
+&de {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&ehci0 {
|
|
status = "okay";
|
|
};
|
|
@@ -52,6 +67,17 @@ &emac1 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&hdmi {
|
|
+ hvcc-supply = <®_bldo1>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi_out {
|
|
+ hdmi_out_con: endpoint {
|
|
+ remote-endpoint = <&hdmi_con_in>;
|
|
+ };
|
|
+};
|
|
+
|
|
&ir {
|
|
status = "okay";
|
|
};
|
|
--
|
|
2.35.3
|
|
|