Skip to content

Commit

Permalink
Orange pi zero usb otg patch fix unidiff warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan authored and igorpecovnik committed Jan 7, 2025
1 parent eabb628 commit eb8d632
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
index 1bb54edb0..f5c0e103b 100644
index 1b001f2ad..f5c0e103b 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
+++ b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts
@@ -203,7 +203,7 @@ &uart2 {
@@ -194,7 +203,7 @@ &uart2 {
};

&usb_otg {
- dr_mode = "peripheral";
+ dr_mode = "otg";
status = "okay";
};

0 comments on commit eb8d632

Please sign in to comment.