forked from radxa/kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acdb731
commit c04ba4d
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,21 @@ commit 95a00e5c6c16fbe1b5e22dd47b61e3a7bc0ac90e | |
Author: Raphael <[email protected]> | ||
Date: Fri Apr 5 17:00:54 2024 +0200 | ||
|
||
Update rk3566-radxa-zero3.dtsi | ||
Fix USB Ports | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi | ||
index 0c83b9fb3850..68312e16cefb 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi | ||
@@ -605,7 +605,7 @@ &usb_host1_ohci { | ||
}; | ||
|
||
&usbdrd_dwc3 { | ||
- dr_mode = "otg"; | ||
+ dr_mode = "host"; | ||
extcon = <&usb2phy0>; | ||
status = "okay"; | ||
}; | ||
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero3.dtsi | ||
index 0245f92ca3d6..10137ac35cd3 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero3.dtsi | ||
|