Andre Przywara
unread,May 10, 2021, 9:02:08 AM5/10/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rob Herring, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec, Icenowy Zheng, Samuel Holland, Corentin Labbe, Clément Péron, devic...@vger.kernel.org, linux-ar...@lists.infradead.org, linux...@googlegroups.com, linux...@lists.linux.dev
The Pine H64 board features an USB 3.0 type A port, which works just
fine.
Enable the controller and USB PHY in the .dts to make it usable.
Signed-off-by: Andre Przywara <
andre.p...@arm.com>
---
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
index 1ffd68f43f87..9061c9913f4c 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
@@ -89,6 +89,10 @@
status = "okay";
};
+&dwc3 {
+ status = "okay";
+};
+
&ehci0 {
status = "okay";
};
@@ -332,3 +336,8 @@
usb3_vbus-supply = <®_usb_vbus>;
status = "okay";
};
+
+&usb3phy {
+ phy-supply = <®_usb_vbus>;
+ status = "okay";
+};
--
2.17.5