Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp383859ybh; Wed, 18 Mar 2020 01:37:22 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtD60klTtoh8x/qKMEnPpBJzGQFc0jtrll7Cireae49sOHh77F3kGvJpkeQ+nOXGe5spmA8 X-Received: by 2002:a9d:8d0:: with SMTP id 74mr2894261otf.39.1584520642289; Wed, 18 Mar 2020 01:37:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584520642; cv=none; d=google.com; s=arc-20160816; b=RPvbMM4joS1QtO67ru3ipah85a7t9uKFuTeuJkiQTAnNP6eUg9oNoCTWt//zpFEV7H SRmO9lhzABti8AIKRPO6FKI+ob4migStupEcKMu2hMlCZGki67zogWyu9K3RpEIkFE0D z0ucbp2ShcXXOVb9nwp1X0mLcaziOH1ex+Di9vSQlggOOGnfwrnACa/mMweP0QroezM0 +lliyQz0D8gyavcVaVCp/4YBYfrHlfbqhDZCORSmRDB8gfVB/yyhI6TtQFh1xTiBZoUW tHvhZ5JtZ30JWivAzUaeLSMsVYnRL261qze4xS0EqMl0CuaU46FmeENFZx3ujk7C+II7 ADbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:references :in-reply-to:message-id:date:subject:cc:to:from; bh=ePEVQeBSp8UcMWEih+wFqF6LHkDBn9yAu8a32oLFbkc=; b=LErPQ2ddyQmQh7WwETZk7Fbjca2JilTGEFdugq+QD0y5N+y+utJKICX+CQERffxCNX Rsdbir6FdMdtU3llaoZPSigBJezCcvwoawufPx9njWkSBZOayo0H172NjE3BGSns3uKy WOr8Bghy5lzkaqBFY58uSY8dkxvKSoVnEPjKH3Y5Ec4zJlek4auJE6ldLy2Fp9EuOuNv pGqjgG34u+s218o3UhLNpa/Xdxc8xSpxbaEth07eBBUJeHqTMk8kwEM0Qj/g1o9lbtTH FGIQ/dPx2l98pqnMAKl5M0/1iuHr+a5q0yHME722yKM4cmfG0GT6Bj1yMSKTaDPoQV5Q 8apg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e11si2559503oie.254.2020.03.18.01.37.10; Wed, 18 Mar 2020 01:37:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727487AbgCRIf1 (ORCPT + 99 others); Wed, 18 Mar 2020 04:35:27 -0400 Received: from comms.puri.sm ([159.203.221.185]:55306 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727387AbgCRIf0 (ORCPT ); Wed, 18 Mar 2020 04:35:26 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 8065BDFFBF; Wed, 18 Mar 2020 01:35:26 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M3qdoT-6_6FE; Wed, 18 Mar 2020 01:35:25 -0700 (PDT) From: Martin Kepplinger To: balbi@kernel.org, robh@kernel.org Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH 2/2] dt-bindings: usb: dwc3: add optional extcon description Date: Wed, 18 Mar 2020 09:35:08 +0100 Message-Id: <20200318083508.20781-2-martin.kepplinger@puri.sm> In-Reply-To: <20200318083508.20781-1-martin.kepplinger@puri.sm> References: <20200318083508.20781-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org the dwc3 drd module already hooks up an extcon device if described in DT. Signed-off-by: Martin Kepplinger --- Documentation/devicetree/bindings/usb/dwc3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 9946ff9ba735..9aa0cefbf5f6 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -31,6 +31,8 @@ Exception for clocks: "xlnx,zynqmp-dwc3" Optional properties: + - extcon: phandle for the extcon device dwc3 DRD uses to detect + connect/disconnect events. - usb-phy : array of phandle for the PHY device. The first element in the array is expected to be a handle to the USB2/HS PHY and the second element is expected to be a handle to the USB3/SS PHY -- 2.20.1