From patchwork Fri Feb 18 11:35:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Souradeep Chowdhury X-Patchwork-Id: 544269 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED2BDC4332F for ; Fri, 18 Feb 2022 11:36:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234626AbiBRLgu (ORCPT ); Fri, 18 Feb 2022 06:36:50 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:44952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234628AbiBRLgt (ORCPT ); Fri, 18 Feb 2022 06:36:49 -0500 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 790D22B0B37; Fri, 18 Feb 2022 03:36:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1645184192; x=1676720192; h=from:to:cc:subject:date:message-id:mime-version; bh=xJpo9Y3r8dO1pz9rX0cDjtdpKmGNxd60pJKhsLiHszk=; b=FHXPeHkfyc7wAZ9f1uPEkAlypCDQ70F9FClw9j7db0h6drSFDM7DK90s eR4ZfGcGs6O+8n2EzTGQ3s/4kCoVGSFzl1ySjPiOUYEYKPRtL/UyyotFp uAFoeOA/h9UJbUfd2hcNIzLVL8q1FrGzzfpj6W3NTmQ1lx14/OU41EN7N w=; Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-02.qualcomm.com with ESMTP; 18 Feb 2022 03:36:32 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg03-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2022 03:36:31 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Fri, 18 Feb 2022 03:36:31 -0800 Received: from blr-ubuntu-525.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Fri, 18 Feb 2022 03:36:28 -0800 From: Souradeep Chowdhury To: , , , , , , CC: , , , Subject: [PATCH V2] arm64: dts: qcom: sc7280: Set the default dr_mode for usb2 for EUD Date: Fri, 18 Feb 2022 17:05:50 +0530 Message-ID: <1645184150-22214-1-git-send-email-quic_schowdhu@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Update the dr_mode for usb2 to 'otg' from 'host' to enable role switch for Embedded USB Debugger(EUD). Signed-off-by: Souradeep Chowdhury --- Changes in V2 *Fixed the width issue of the commit statement. --- arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts index a7be133..6d3ff80 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts @@ -90,7 +90,7 @@ }; &usb_2_dwc3 { - dr_mode = "host"; + dr_mode = "otg"; }; &usb_2_hsphy {