Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5682559yba; Thu, 11 Apr 2019 03:33:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyFZY+Yy6bYYq3HfIzpQ0I2yyViSjy2MAMIFhIfyS47TYa8nY7HzYKsUYZKwXPGHrReaDfF X-Received: by 2002:a63:1d26:: with SMTP id d38mr42988161pgd.357.1554978828854; Thu, 11 Apr 2019 03:33:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554978828; cv=none; d=google.com; s=arc-20160816; b=p6B/cfzVi7wc4Ta6YRVR75+eZW9MD1QE4AZqBBnHCn6Xpey8Bx4/Z2DOZBkup/ovnQ LFMhehKXzooT6wLSk1akedTPFEuUtza30t8BwydCYxtMfg6BMjUzNiOBTbZ90N3rT73X g6xq2ihsWgOSai55dU2e+vEd1KrFLTNmlvyV4iy96gYl8uwQzMYt26+xJPpYoJcVaGio 4kxgBcx2tlPoEEWCJtmc34z2dV83IoHxPejB5FwMUUxxowUKgY4n2b39BtuuXSQOU0nt KBxiE2T6WmgJLrNuptKe6PPirGRsKaTszhyw2lTkFf3YVl5iPIVxN5s0LaHGJy/cTHyF Go5g== 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=oG82/svbwhYo8lUIxRWykQxGx7fYkqJMPlET4Mfe1xM=; b=Att3lC3j4tBUde3fU2s6kbudqAxWO6oAxxvT6sPiY6lnwxbG1aJnoI3PZr0etez+2x wGzZ9dt2YHWJYJUTJhQz9tf5fhJWD0bVnrz5lrLjfo6NktgozZVYmk54meA1usvAPJql 6ruCwQ3vwTXmy4ElTheK9zhKEGcnfzEwLJuq2V/HwsDqRKhDRJkmqsqRouwM3X+Wos9q AdY79y4+Jm6HQkMC4w72g+Mj/gf5ltTLogTGmiZW3pfeGkhS6pLn+/VaCxiy/4dqS36J y7wUO9sl240/KGlJ3rmQeQwE4LsMU1zQTbphva5CDL59rUUCtd4QprvV/qyXF1yZICf/ On0g== 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 n34si34029093pld.352.2019.04.11.03.33.32; Thu, 11 Apr 2019 03:33:48 -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 S1726818AbfDKKbn (ORCPT + 99 others); Thu, 11 Apr 2019 06:31:43 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:52849 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726690AbfDKKbm (ORCPT ); Thu, 11 Apr 2019 06:31:42 -0400 X-IronPort-AV: E=Sophos;i="5.60,336,1549897200"; d="scan'208";a="12753926" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 11 Apr 2019 19:31:41 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id F2117402C06A; Thu, 11 Apr 2019 19:31:40 +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 v2 1/3] dt-bindings: phy: rcar-gen3-phy-usb2: Revise #phy-cells property Date: Thu, 11 Apr 2019 19:27:34 +0900 Message-Id: <1554978456-20794-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1554978456-20794-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1554978456-20794-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 revises the #phy-cells property. Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 8 +++++++- 1 file changed, 7 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 23894db..d46188f 100644 --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt @@ -29,7 +29,13 @@ 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> (and + using <0> is deprecated). + +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