Skip to content

Commit

Permalink
rockchip: enable USB3.0 port on RADXA ROCK Pi E
Browse files Browse the repository at this point in the history
Signed-off-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com>
  • Loading branch information
jayanta525 authored May 11, 2021
1 parent c4a28ad commit 6758eec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions target/linux/rockchip/patches-5.10/106-add-usb.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
@@ -380,3 +380,12 @@
&usb_host0_ehci {
status = "okay";
};
+
+&usbdrd3 {
+ status = "okay";
+};
+
+&usbdrd_dwc3 {
+ dr_mode = "host";
+ status = "okay";
+};

0 comments on commit 6758eec

Please sign in to comment.