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
20ec05c
commit 4fbf1f7
Showing
2 changed files
with
23 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
commit bbb8fcc59c704fd924891466f62bed04b69e2aa5 | ||
Author: Raphael <[email protected]> | ||
Date: Fri Apr 12 22:32:55 2024 +0200 | ||
|
||
Update rk3566-radxa-cm3-io.dts | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | ||
index fb73884b401e..c634e2065fce 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | ||
@@ -191,7 +191,9 @@ &u2phy0_host { | ||
}; | ||
|
||
&usbhost_dwc3 { | ||
- status = "okay"; | ||
+ dr_mode = "host"; | ||
+ extcon = <&usb2phy0>; | ||
+ status = "okay"; | ||
}; | ||
|
||
&usbhost30 { |
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