80 lines
1.4 KiB
Diff
80 lines
1.4 KiB
Diff
|
From b4f08314e1595b828fb5b70cff09ee619fc705da Mon Sep 17 00:00:00 2001
|
||
|
From: The Going <48602507+The-going@users.noreply.github.com>
|
||
|
Date: Fri, 1 Apr 2022 17:01:33 +0300
|
||
|
Subject: [PATCH 2/2] arm: dts: sun7i-a20-bananapro: Add hdmi, de, reg_ahci_5v
|
||
|
|
||
|
---
|
||
|
arch/arm/boot/dts/sun7i-a20-bananapro.dts | 30 +++++++++++++++++++++++
|
||
|
1 file changed, 30 insertions(+)
|
||
|
|
||
|
diff --git a/arch/arm/boot/dts/sun7i-a20-bananapro.dts b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
|
||
|
index 08073fb68..6a8c8e334 100644
|
||
|
--- a/arch/arm/boot/dts/sun7i-a20-bananapro.dts
|
||
|
+++ b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
|
||
|
@@ -60,6 +60,17 @@ chosen {
|
||
|
stdout-path = "serial0:115200n8";
|
||
|
};
|
||
|
|
||
|
+ hdmi-connector {
|
||
|
+ compatible = "hdmi-connector";
|
||
|
+ type = "a";
|
||
|
+
|
||
|
+ port {
|
||
|
+ hdmi_con_in: endpoint {
|
||
|
+ remote-endpoint = <&hdmi_out_con>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
leds {
|
||
|
compatible = "gpio-leds";
|
||
|
|
||
|
@@ -91,6 +102,7 @@ reg_gmac_3v3: gmac-3v3 {
|
||
|
};
|
||
|
|
||
|
&ahci {
|
||
|
+ target-supply = <®_ahci_5v>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
@@ -98,6 +110,10 @@ &codec {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
+&de {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
&ehci0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
@@ -115,6 +131,16 @@ &gmac {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
+&hdmi {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&hdmi_out {
|
||
|
+ hdmi_out_con: endpoint {
|
||
|
+ remote-endpoint = <&hdmi_con_in>;
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
&i2c0 {
|
||
|
status = "okay";
|
||
|
|
||
|
@@ -227,3 +253,7 @@ &usbphy {
|
||
|
usb2_vbus-supply = <®_usb2_vbus>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
+
|
||
|
+®_ahci_5v {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
--
|
||
|
2.34.1
|
||
|
|
||
|
|