mirror of https://github.com/armbian/build.git
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: TheSnowfield <17957399+TheSnowfield@users.noreply.github.com>
|
|
Date: Sun, 22 Dec 2024 18:30:42 +0000
|
|
Subject: arm:dts:sun5i-r8-chip disable USB OTG to bypass boot hanging
|
|
arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts
|
|
|
|
Signed-off-by: TheSnowfield <17957399+TheSnowfield@users.noreply.github.com>
|
|
---
|
|
arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts b/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts
|
|
index 4192c23848c3..0a1e9cb1535e 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts
|
|
+++ b/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts
|
|
@@ -273,10 +273,10 @@ &usb_power_supply {
|
|
};
|
|
|
|
&usbphy {
|
|
status = "okay";
|
|
|
|
- usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
|
|
- usb0_vbus_power-supply = <&usb_power_supply>;
|
|
- usb0_vbus-supply = <®_usb0_vbus>;
|
|
+ // usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
|
|
+ // usb0_vbus_power-supply = <&usb_power_supply>;
|
|
+ // usb0_vbus-supply = <®_usb0_vbus>;
|
|
usb1_vbus-supply = <®_vcc5v0>;
|
|
};
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|