Skip to content

Commit 75152d6

Browse files
pgwipeoutmmind
authored andcommitted
arm64: dts: rockchip: set rockpro64 usbc dr_mode as host
The usb-c port on the rockpro64 does not detect devices reliably when in otg mode. Setting the mode to "host" allows the port to work reliably. This aligns with the pinebook-pro configuration. Signed-off-by: Peter Geis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent c7c4d69 commit 75152d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795

796796
&usbdrd_dwc3_0 {
797797
status = "okay";
798-
dr_mode = "otg";
798+
dr_mode = "host";
799799
};
800800

801801
&usbdrd3_1 {

0 commit comments

Comments
 (0)