mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
29 lines
821 B
Diff
29 lines
821 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Stephen <stephen@vamrs.com>
|
|
Date: Thu, 28 Oct 2021 14:26:24 +0800
|
|
Subject: arm64: dts: radxa zero: set dr_mode of usb node to otg
|
|
|
|
This enables dwc2 otg function.
|
|
|
|
Signed-off-by: Stephen <stephen@vamrs.com>
|
|
Signed-off-by: Yuntian Zhang <yt@radxa.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
index 28eaaa83a00e..29cfcc045bea 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
@@ -441,7 +441,6 @@ &uart_AO {
|
|
|
|
&usb {
|
|
status = "okay";
|
|
- dr_mode = "host";
|
|
};
|
|
|
|
&usb2_phy0 {
|
|
--
|
|
Armbian
|
|
|