mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
d41d9befb9
Add u-boot bootloader based on 2023.01 to support D1-based boards, currently: - Dongshan Nezha STU - LicheePi RV Dock - MangoPi MQ-Pro - Nezha D1 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
32 lines
669 B
Diff
32 lines
669 B
Diff
From 6fdd7e8d2758f69f5c8e3cb2a0f06da47c1f2cb4 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sat, 17 Apr 2021 14:21:45 -0500
|
|
Subject: [PATCH 32/90] sunxi: DT: H6: Add USB3 to Pine H64 DTS
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
arch/arm/dts/sun50i-h6-pine-h64.dts | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/arch/arm/dts/sun50i-h6-pine-h64.dts
|
|
+++ b/arch/arm/dts/sun50i-h6-pine-h64.dts
|
|
@@ -89,6 +89,10 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&dwc3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&ehci0 {
|
|
status = "okay";
|
|
};
|
|
@@ -332,3 +336,7 @@
|
|
usb3_vbus-supply = <®_usb_vbus>;
|
|
status = "okay";
|
|
};
|
|
+
|
|
+&usb3phy {
|
|
+ status = "okay";
|
|
+};
|