From patchwork Tue Jun 30 08:59:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 192055 Delivered-To: patch@linaro.org Received: by 2002:a92:d244:0:0:0:0:0 with SMTP id v4csp3627014ilg; Tue, 30 Jun 2020 01:59:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxWAZhzyh0LGQ9Vx5N9LhYWsC7TIw8uoHSs7x11sgn1DJ24pBw+/f0LDd/CydjWrWQ4J69F X-Received: by 2002:a05:6402:947:: with SMTP id h7mr21993238edz.213.1593507591195; Tue, 30 Jun 2020 01:59:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593507591; cv=none; d=google.com; s=arc-20160816; b=JZpcF7eWA5znWSiSXQUh7tW4EJ9L2u1Iun6zkA/ZK/8AyepBb3F0Wy+EcaTlUIjUIy XVw8nYfWYF7KiU5PAwM7YQxeeRL40NqPRhuNvfDrGGWRXgraxRVK5EJCIoNYdLTCrSYi nXC/nRXdluZdpa2vdP2P2+ekeRKVD4xr0cWch41NEaUMJid10a9T9Cegby5H6/fUgFpb 3xVJSL4VZ+KesvnH1JxWF7POH5Z1ojUQCkVe4clY3IRN4AdC9kAyOkh8kozjB1jjaHm3 X+TZqrPkOdt4a3OfMN5bn+b/hv7vPTkXiE304XiGyOJriTSiUqFTvKowNz+5UfDZk510 1qrw== 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=FWRXfY+VBBVEQFd3O+dEmXVeydCB68oWKXTNqJ6NLDE=; b=dfPtGvBObliafga6FZpP3uHGl+UeVG3LaRER7ICDbfwK+zBz18ztvF+hF1AfAEX27i Q3fOZWFhLVLG0KTu6aRziTyN3p/n4aDBOEKte0kNW59EowoYw3dnx1+rievlihx4OYOY T0ahHFLIQouQp4Xd9D7xCbj6sYYVC/ptyLOyr0vDHdDvemMaBAfNeECJ5idmkZjVAQNH Vljr4+ByPAT71YxwTCbP9bET4ZjHXcd3JcWcOWNwAKYNdHKSpYMxhroF5pG1rqbLYvd6 l71S7vkPuGH3HU18Vuqvmf4HVSfXk83UyCg9r6Rr+46MUMN91f2MKsY++tWMEOv3TxJr eHJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f5si1319987edt.71.2020.06.30.01.59.51; Tue, 30 Jun 2020 01:59:51 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731840AbgF3I7u (ORCPT + 6 others); Tue, 30 Jun 2020 04:59:50 -0400 Received: from mx.socionext.com ([202.248.49.38]:40031 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731834AbgF3I7s (ORCPT ); Tue, 30 Jun 2020 04:59:48 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 30 Jun 2020 17:59:45 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id D844E180B3C; Tue, 30 Jun 2020 17:59:45 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 30 Jun 2020 17:59:45 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 49EDB1A0508; Tue, 30 Jun 2020 17:59:45 +0900 (JST) From: Kunihiko Hayashi To: Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Masahiro Yamada Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kunihiko Hayashi Subject: [PATCH v2 1/2] dt-bindings: phy: Add UniPhier AHCI PHY description Date: Tue, 30 Jun 2020 17:59:33 +0900 Message-Id: <1593507574-10007-2-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1593507574-10007-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1593507574-10007-1-git-send-email-hayashi.kunihiko@socionext.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add DT bindings for PHY interface built into ahci controller implemented in UniPhier SoCs. Signed-off-by: Kunihiko Hayashi --- .../bindings/phy/socionext,uniphier-ahci-phy.yaml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml -- 2.7.4 Reviewed-by: Rob Herring diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml new file mode 100644 index 0000000..bab2ff4 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml @@ -0,0 +1,76 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/phy/socionext,uniphier-ahci-phy.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Socionext UniPhier AHCI PHY + +description: | + This describes the deivcetree bindings for PHY interfaces built into + AHCI controller implemented on Socionext UniPhier SoCs. + +maintainers: + - Kunihiko Hayashi + +properties: + compatible: + enum: + - socionext,uniphier-pxs2-ahci-phy + - socionext,uniphier-pxs3-ahci-phy + + reg: + description: PHY register region (offset and length) + + "#phy-cells": + const: 0 + + clocks: + maxItems: 2 + + clock-names: + oneOf: + - items: # for PXs2 + - const: link + - items: # for others + - const: link + - const: phy + + resets: + maxItems: 2 + + reset-names: + items: + - const: link + - const: phy + +required: + - compatible + - reg + - "#phy-cells" + - clocks + - clock-names + - resets + - reset-names + +additionalProperties: false + +examples: + - | + ahci-glue@65700000 { + compatible = "socionext,uniphier-pxs3-ahci-glue", + "simple-mfd"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x65700000 0x100>; + + ahci_phy: phy@10 { + compatible = "socionext,uniphier-pxs3-ahci-phy"; + reg = <0x10 0x10>; + #phy-cells = <0>; + clock-names = "link", "phy"; + clocks = <&sys_clk 28>, <&sys_clk 30>; + reset-names = "link", "phy"; + resets = <&sys_rst 28>, <&sys_rst 30>; + }; + };