[PATCH 2/2] arm64: dts: qcom: glymur-crd: Drop forced host mode for USB SS0 and SS1

From: Abel Vesa

Date: Wed Apr 15 2026 - 03:58:22 EST


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@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/glymur-crd.dts | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/glymur-crd.dts b/arch/arm64/boot/dts/qcom/glymur-crd.dts
index 35aaf09e4e2b..c98dfb3941fa 100644
--- a/arch/arm64/boot/dts/qcom/glymur-crd.dts
+++ b/arch/arm64/boot/dts/qcom/glymur-crd.dts
@@ -322,8 +322,6 @@ reset-n-pins {
};

&usb_0 {
- dr_mode = "host";
-
status = "okay";
};

@@ -353,8 +351,6 @@ &usb_0_qmpphy_out {
};

&usb_1 {
- dr_mode = "host";
-
status = "okay";
};


--
2.48.1