From patchwork Thu Aug 18 21:37:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 660692 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sFnmx1sFyz9t0p for ; Fri, 19 Aug 2016 13:01:53 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b=jND9KmaV; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754049AbcHSDBE (ORCPT ); Thu, 18 Aug 2016 23:01:04 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:33160 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752314AbcHSDBC (ORCPT ); Thu, 18 Aug 2016 23:01:02 -0400 Received: by mail-pf0-f176.google.com with SMTP id y134so4560971pfg.0 for ; Thu, 18 Aug 2016 20:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id; bh=z2EMCqFkhaREO7kGRBl6jUIpts7VMvqesZpgoilnDD4=; b=jND9KmaVvdwUTdSJC8FYxMmGjyFlOTCLJJWZ2iQDJz749+xd5x3Keb4FaSQllbuUTr dgrRa5jW0+CQl0ybw3MN8n2C+tQo0KK4BB2bJC8U79vDHXTnyzTzEei3tqv0Cfft+mJS YtjDyXGJXgMgc0Fc6XxIZWSjO+x4LDLbGkN/U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=z2EMCqFkhaREO7kGRBl6jUIpts7VMvqesZpgoilnDD4=; b=emqwGbKCr+y8qHPy3Jtp7h8E2lNNulHEL7I3iYVuo3AfHHw6qUaVS0osA9zBBfqb9C 4EtHjJ7jquQsWl3BkU79IDg9ExEB1dJUUh4u7k1SGE0q0xxLkF/rQF+2iMMFOzEC0Kay G+HDTh2lcffKRJvY+zqHBDXUm1v47xsYp8bFTLVKUwqftGgypWkbWrcuHz3c+tXG+xxj FrMN9vjSW8v2p707e0w6RxBBOve7XNLTLZD36CyFGjSGIlQpBqtZh/qOoVUy8uyWX3Ep bJJYyqJP7ZoBi8GJAKoFRZLLi87WDns+SQ3to7SjEbJxbMNYZwqWOs38lTU2y9munNwM X9GQ== X-Gm-Message-State: AEkoouvg3iUXdQiGlhduZQFybC5/p6o16iGbeBvd66/pNtpP7iav9J6Stx0OrGqYeXiLyt7Y X-Received: by 10.98.206.129 with SMTP id y123mr7754719pfg.7.1471556270606; Thu, 18 Aug 2016 14:37:50 -0700 (PDT) Received: from ban.mtv.corp.google.com ([172.22.64.120]) by smtp.gmail.com with ESMTPSA id 191sm984664pfx.68.2016.08.18.14.37.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Aug 2016 14:37:49 -0700 (PDT) From: Brian Norris To: Felipe Balbi Cc: linux-usb@vger.kernel.org, , Brian Norris , devicetree@vger.kernel.org, Brian Norris Subject: [PATCH] Documentation: dt: dwc3: note the supported phy-names Date: Thu, 18 Aug 2016 14:37:16 -0700 Message-Id: <1471556236-3803-1-git-send-email-briannorris@chromium.org> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The dwc3 driver expicitly looks for "usb2-phy" or "usb3-phy", but we never noted these names in the documentation. Signed-off-by: Brian Norris Acked-by: Rob Herring --- Documentation/devicetree/bindings/usb/dwc3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 7d7ce089b003..2358779cf6cb 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -13,7 +13,8 @@ Optional properties: 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 - phys: from the *Generic PHY* bindings - - phy-names: from the *Generic PHY* bindings + - phy-names: from the *Generic PHY* bindings; supported names are "usb2-phy" + or "usb3-phy". - snps,usb3_lpm_capable: determines if platform is USB3 LPM capable - snps,disable_scramble_quirk: true when SW should disable data scrambling. Only really useful for FPGA builds.