]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: glymur-crd: Drop forced host mode for USB SS0 and SS1
authorAbel Vesa <abel.vesa@oss.qualcomm.com>
Wed, 15 Apr 2026 07:52:57 +0000 (10:52 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 12 May 2026 00:59:52 +0000 (19:59 -0500)
The two USB Type-C ports on Glymur CRD are dual-role capable.

Do not force their controllers into host mode. Drop the explicit
'dr_mode = "host"' properties so they can use their default OTG mode
instead.

Fixes: c8b63029455b ("arm64: dts: qcom: glymur-crd: Enable USB support")
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260415-dts-qcom-glymur-usb-role-switch-fix-v1-2-409e1a257f1f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/glymur-crd.dts

index 35aaf09e4e2b4768403ee34ed50e963ff312dea2..c98dfb3941fa36c54a56bc60f280f9203c7c122c 100644 (file)
 };
 
 &usb_0 {
-       dr_mode = "host";
-
        status = "okay";
 };
 
 };
 
 &usb_1 {
-       dr_mode = "host";
-
        status = "okay";
 };