summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip
diff options
context:
space:
mode:
authorPeter Geis <pgwipeout@gmail.com>2022-06-10 16:25:42 +0300
committerHeiko Stuebner <heiko@sntech.de>2022-06-11 18:09:49 +0300
commit2881a4ab319918e775ec9c084da3d6cc15ad77ab (patch)
treea32b1af1039ea5a10459800c58bb6d95b40b2e8d /arch/arm64/boot/dts/rockchip
parent16bc4d196b2a8960cac3bdfd4c98d72c44ab043b (diff)
downloadlinux-2881a4ab319918e775ec9c084da3d6cc15ad77ab.tar.xz
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: bc405bb3eeee ("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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
index 1534e11a9ad1..fa953b736642 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
@@ -687,6 +687,7 @@
};
&usb_host0_xhci {
+ dr_mode = "host";
status = "okay";
};