arm64: dts: rockchip: Fix Quartz64-A dwc3 otg port behavior

The otg_id line on the Quartz64 Model A is not connected to anything.
This prevents automatic selection of the dual role usb port. In otg mode
it defaults to device mode. Force it to host mode to retain previous
behavior.

Fixes: bc405bb3ee ("arm64: dts: rockchip: enable otg/drd operation of usb_host0_xhci in rk356x")
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Link: https://lore.kernel.org/r/20220610132542.159978-1-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Peter Geis 2022-06-10 09:25:42 -04:00 committed by Heiko Stuebner
parent 16bc4d196b
commit 2881a4ab31

View File

@ -687,6 +687,7 @@ &usb_host1_ohci {
};
&usb_host0_xhci {
dr_mode = "host";
status = "okay";
};