Skip to content

Commit

Permalink
arm64: dts: rockchip: set rockpro64 usbc dr_mode as host
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pgwipeout authored and sigmaris committed Aug 8, 2020
1 parent 8645caf commit f994371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@

&usbdrd_dwc3_0 {
status = "okay";
dr_mode = "otg";
dr_mode = "host";
};

&usbdrd3_1 {
Expand Down

0 comments on commit f994371

Please sign in to comment.