Skip to content

Commit

Permalink
Fix usb otg after 6.12 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 6, 2025
1 parent eaf8e5a commit 3e55e93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
--- 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 {
};

&usb_otg {
- dr_mode = "peripheral";
+ dr_mode = "otg";
status = "okay";
};
1 change: 1 addition & 0 deletions patch/kernel/archive/sunxi-6.12/series.armbian
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,4 @@
patches.armbian/Add-BananaPi-BPI-M4-Zero-pinctrl.patch
patches.armbian/Add-BananaPi-BPI-M4-Zero-overlays.patch
patches.armbian/Fix-ghost-touches-on-tsc2007-tft-screen.patch
patches.armbian/orangepizero-fix-usb-otg.patch
2 changes: 1 addition & 1 deletion patch/kernel/archive/sunxi-6.12/series.conf
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
patches.armbian/Add-BananaPi-BPI-M4-Zero-pinctrl.patch
patches.armbian/Add-BananaPi-BPI-M4-Zero-overlays.patch
patches.armbian/Fix-ghost-touches-on-tsc2007-tft-screen.patch

patches.armbian/orangepizero-fix-usb-otg.patch
# The patches.addon folder where new patches are added before they get into
# one of the two main series.
#

0 comments on commit 3e55e93

Please sign in to comment.