mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
57 lines
1.1 KiB
Diff
57 lines
1.1 KiB
Diff
From 23514cbc264217bcb6c2e6f199c38d0f713061ea Mon Sep 17 00:00:00 2001
|
|
From: Ryzer58 <ryestar101@gmail.com>
|
|
Date: Mon, 24 Feb 2025 23:12:01 +0000
|
|
Subject: Add HDMI support for pcDuino 1 and 2 by including HDMI and DE nodes
|
|
|
|
Signed-off-by: Ryzer58 <ryestar101@gmail.com>
|
|
---
|
|
.../boot/dts/allwinner/sun4i-a10-pcduino.dts | 25 +++++++++++++++++++
|
|
1 file changed, 25 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino.dts b/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino.dts
|
|
index a332d61fd561..b54f54ecc026 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino.dts
|
|
+++ b/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino.dts
|
|
@@ -74,6 +74,17 @@ led-1 {
|
|
};
|
|
};
|
|
|
|
+ hdmi-connector {
|
|
+ compatible = "hdmi-connector";
|
|
+ type = "a";
|
|
+
|
|
+ port {
|
|
+ hdmi_con_in: endpoint {
|
|
+ remote-endpoint = <&hdmi_out_con>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
gpio-keys {
|
|
compatible = "gpio-keys";
|
|
|
|
@@ -127,6 +138,20 @@ axp209: pmic@34 {
|
|
};
|
|
};
|
|
|
|
+&de {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi_out {
|
|
+ hdmi_out_con: endpoint {
|
|
+ remote-endpoint = <&hdmi_con_in>;
|
|
+ };
|
|
+};
|
|
+
|
|
&mdio {
|
|
status = "okay";
|
|
|
|
--
|
|
2.51.0
|
|
|