From f56cbdf6c00600bc195f527ec1a6d6130104627d Mon Sep 17 00:00:00 2001 From: Krishna Kurapati Date: Sun, 16 Aug 2026 14:36:06 +0530 Subject: [PATCH] PENDING: arm64: dts: qcom: Enable usb_1/2 controllers on ride platform The initial crash seen during enablement of usb_1/2 conrtollers were becuase the TZ was giving both the controllers access to GVM. Now that is fixed, enable usb_1 in device mode and usb_2 in host mode. Signed-off-by: Krishna Kurapati --- arch/arm64/boot/dts/qcom/nord-ride-sx.dts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/nord-ride-sx.dts b/arch/arm64/boot/dts/qcom/nord-ride-sx.dts index b8839e1b86421..41ec4210094c4 100644 --- a/arch/arm64/boot/dts/qcom/nord-ride-sx.dts +++ b/arch/arm64/boot/dts/qcom/nord-ride-sx.dts @@ -670,10 +670,7 @@ }; &usb_1 { - dr_mode = "host"; - - /* Disable to avoid SMMU error */ - status = "disabled"; + dr_mode = "peripheral"; }; &usb_1_hsphy { @@ -694,9 +691,6 @@ &usb_2 { dr_mode = "host"; - - /* Disable to avoid SMMU error */ - status = "disabled"; }; &usb_2_hsphy {