mirror of https://github.com/armbian/build.git
rk3318-box: enable usb3 port in uboot
This commit is contained in:
parent
df70ed88d5
commit
2cf702a300
|
|
@ -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
|
||||
|
|
@ -673,11 +673,12 @@ index 000000000000..111111111111
|
|||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+/*
|
||||
+&usbdrd3 {
|
||||
+ dr_mode = "host";
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+/*
|
||||
+&usbdrd_dwc3 {
|
||||
+ dr_mode = "host";
|
||||
+ status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue