Fix usb otg after 6.12 update

This commit is contained in:
Your Name 2025-01-06 15:25:47 +01:00 committed by Igor
parent d02d3c69ee
commit eabb628155
3 changed files with 14 additions and 1 deletions

View File

@ -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";
};

View File

@ -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

View File

@ -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.
#