Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp214521yba; Mon, 1 Apr 2019 05:08:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqwUUaEOxi+PnudgMIN0JBP6RJg3nEyyfdAMTCgUrxsaEYrFpG8fCJkPKdzdhweYGjAPPFoX X-Received: by 2002:a63:7150:: with SMTP id b16mr51024206pgn.83.1554120488287; Mon, 01 Apr 2019 05:08:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554120488; cv=none; d=google.com; s=arc-20160816; b=rqQmZNw9JJ239fVihUGoq2qico/Lea+La3y4/ky6sni15+na6pH5dRfUFtSjInMPO8 PXvEiPZx93CcG0HiEvTkyI0yBtby8UfhYmnOTXb2hjXVuYS79beWWC0nq5zmBXfOt5oF jJ0SwIaae/PhGD73M/WGBwn2aju9vZE4b1GnkCkseeIYgCw+cr00b65e18nkap1Vc54e iAud8gSU9wrcGJrlXlBnIKSSLHqhwmbSs54K7GmKySLarYXL1+k21wtFW8ARqO1HQ3me CLzv9tJOyg4lir3sLmO2fi1mDbxMNh7gOqoH47wA3UdSdnt+gU+gMPTImdUXgfLauxWb 00pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=8JNRBjfmKVQ7yLcVttr7N8KcwsoMBrvpXbqYQVU3O+M=; b=j0TCvYVM4gR6DPfk4Xkj/jHaxH6y73tmBSrqaz7wFehBbmx9MvNVzrNOu0s/5dJanB 1jUiWdgF4XRUr5mzrYGm/j+2rm47B+ZpVRyjHWu1/cHC+am2MhP7YchPEYomB5HMl3+j Jthl+62snOS77jDsBvl8/d0+AsQgohGRPzB8Xf2RYMW0+7uoPuZZc1IgeGz+Q0rYfcE/ 3irSUlw4PmNVB1P+FOMc4fHaHSuCfQIdYg1dZir7DUdQnRnKk0v7h+zcF9TubJnIfw4H pzn/9TuQW1nOkF+iu/FXNIZ2E0o3hLs2hAmAKsOnWCukWCTNADxxW5vi/tAJb+D/t4bx etIA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t26si8529151pgu.504.2019.04.01.05.07.52; Mon, 01 Apr 2019 05:08:08 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727434AbfDAMFh (ORCPT + 99 others); Mon, 1 Apr 2019 08:05:37 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:7732 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726761AbfDAMFT (ORCPT ); Mon, 1 Apr 2019 08:05:19 -0400 X-IronPort-AV: E=Sophos;i="5.60,296,1549897200"; d="scan'208";a="11926550" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 01 Apr 2019 21:05:17 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 8E249401EA69; Mon, 1 Apr 2019 21:05:17 +0900 (JST) From: Yoshihiro Shimoda To: kishon@ti.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH 1/3] dt-bindings: phy: rcar-gen3-phy-usb2: Revise #phy-cells property Date: Mon, 1 Apr 2019 21:01:21 +0900 Message-Id: <1554120083-29990-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1554120083-29990-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1554120083-29990-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To have the detailed property on each PHY specifier, this patch revices the #phy-cells property. Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt index ad9c290..7f0d4bf 100644 --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt @@ -27,7 +27,12 @@ Required properties: - reg: offset and length of the partial USB 2.0 Host register block. - clocks: clock phandle and specifier pair(s). -- #phy-cells: see phy-bindings.txt in the same directory, must be <0>. +- #phy-cells: see phy-bindings.txt in the same directory, must be <1>. + +The phandle's argument in the PHY specifier is the INT_STATUS bit of controller: +- 1 = USBH_INTA (OHCI) +- 2 = USBH_INTB (EHCI) +- 3 = UCOM_INT (OTG and BC) Optional properties: To use a USB channel where USB 2.0 Host and HSUSB (USB 2.0 Peripheral) are -- 2.7.4