Skip to content

Commit

Permalink
rk3318-box: enable usb3 port in uboot
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3d committed Sep 15, 2024
1 parent cbc7982 commit 037801d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ new file mode 100644
index 000000000000..111111111111
--- /dev/null
+++ b/dts/upstream/src/arm64/rockchip/rk3318-box.dts
@@ -0,0 +1,648 @@
@@ -0,0 +1,649 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
Expand Down Expand Up @@ -673,11 +673,12 @@ index 000000000000..111111111111
+ status = "okay";
+};
+
+/*
+&usbdrd3 {
+ dr_mode = "host";
+ status = "okay";
+};
+
+/*
+&usbdrd_dwc3 {
+ dr_mode = "host";
+ status = "okay";
Expand Down

0 comments on commit 037801d

Please sign in to comment.