mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-24 15:52:02 +00:00
25 lines
783 B
Diff
25 lines
783 B
Diff
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts
|
||
|
index e1ee1cd09..522a08d6c 100644
|
||
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts
|
||
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts
|
||
|
@@ -1,5 +1,6 @@
|
||
|
/*
|
||
|
* Copyright (C) 2017 Jagan Teki <jteki@openedev.com>
|
||
|
+ * Copyright (C) 2019 Adopted by Igor <igor@armbian.com>
|
||
|
*
|
||
|
* This file is dual-licensed: you can use it either under the terms
|
||
|
* of the GPL or the X11 license, at your option. Note that this dual
|
||
|
@@ -180,3 +181,12 @@
|
||
|
pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
+
|
||
|
+&usb_otg {
|
||
|
+ dr_mode = "otg";
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usbphy {
|
||
|
+ status = "okay";
|
||
|
+};
|