From patchwork Mon Jul 21 08:28:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 4593651 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C2B9A9F375 for ; Mon, 21 Jul 2014 08:32:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E818F20114 for ; Mon, 21 Jul 2014 08:32:06 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1966A2010B for ; Mon, 21 Jul 2014 08:32:06 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X98yM-0005zx-IA; Mon, 21 Jul 2014 08:29:26 +0000 Received: from mail-yh0-f47.google.com ([209.85.213.47]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X98yK-0005xs-KR for linux-arm-kernel@lists.infradead.org; Mon, 21 Jul 2014 08:29:25 +0000 Received: by mail-yh0-f47.google.com with SMTP id f10so3813071yha.34 for ; Mon, 21 Jul 2014 01:29:02 -0700 (PDT) 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=thQpDBleRpnKbBzoJE3adBXjMNxCHEUpqxK+i/vV17M=; b=TbFb3EA+wOMmHf3NKaeDelPZgVuwyO2O0bqwd6POCRld/RUYQTYUAycgVZTzBF4BFX 88/ctmd6/QuyJAfxcgPCR4yqb7Y7k0tYLnGdJ/4hLEhiHxGbqLsLc37zuRW56zMC842c pa11//ICefenJSgB5qAKdRoQ10L22RIfJacnCr4imEA4tJ5ZF6iLLha0Lwn01UL7RvbO XgpF5Cm17TjCdulCWRonoYipQR65T3pgjhQGmuFpbnRyImoefhVvHxhGUVcbzZutMPhT lW0HDgZfuXCRqgg8OoqppQSgKvfIeR2PfOOOWBmfu4KAwET7zEdhl26aqG8yBAYctF3l mSZA== X-Gm-Message-State: ALoCoQnVPn5lHgs8tqw6RZzkYxn3aYYLFYIuAk+kZlXfNWjtWWTQgXziPiyWbuHNzSs4dYlCp8+m X-Received: by 10.236.160.67 with SMTP id t43mr38347330yhk.11.1405931342498; Mon, 21 Jul 2014 01:29:02 -0700 (PDT) Received: from localhost.localdomain (host109-148-232-149.range109-148.btcentralplus.com. [109.148.232.149]) by mx.google.com with ESMTPSA id c47sm26596346yhh.49.2014.07.21.01.29.00 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jul 2014 01:29:01 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, tj@kernel.org, devicetree@vger.kernel.org Subject: [PATCH 1/1] ahci: st: Provide DT bindings for ST's SATA implementation Date: Mon, 21 Jul 2014 09:28:36 +0100 Message-Id: <1405931316-12276-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140721_012924_738926_6B610995 X-CRM114-Status: GOOD ( 12.43 ) X-Spam-Score: -0.7 (/) Cc: lee.jones@linaro.org, kernel@stlinux.com, Srinivas Kandagatla X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Cc: devicetree@vger.kernel.org Cc: Srinivas Kandagatla Acked-by: Alexandre Torgue Signed-off-by: Lee Jones --- Hi Tejun, This patch has been on the MLs for a few months now. It documents ST's AHCI driver which was accepted by you and now resides in Mainline. Kind regards, Lee Documentation/devicetree/bindings/ata/ahci-st.txt | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/ata/ahci-st.txt diff --git a/Documentation/devicetree/bindings/ata/ahci-st.txt b/Documentation/devicetree/bindings/ata/ahci-st.txt new file mode 100644 index 0000000..0574a77 --- /dev/null +++ b/Documentation/devicetree/bindings/ata/ahci-st.txt @@ -0,0 +1,31 @@ +STMicroelectronics STi SATA controller + +This binding describes a SATA device. + +Required properties: + - compatible : Must be "st,sti-ahci" + - reg : Physical base addresses and length of register sets + - interrupts : Interrupt associated with the SATA device + - interrupt-names : Associated name must be; "hostc" + - resets : The power-down and soft-reset lines of SATA IP + - reset-names : Associated names must be; "pwr-dwn" and "sw-rst" + - clocks : The phandle for the clock + - clock-names : Associated name must be; "ahci_clk" + - phys : The phandle for the PHY device + - phy-names : Associated name must be; "ahci_phy" + +Example: + + sata0: sata@fe380000 { + compatible = "st,sti-ahci"; + reg = <0xfe380000 0x1000>; + interrupts = ; + interrupt-names = "hostc"; + phys = <&miphy365x_phy MIPHY_PORT_0 MIPHY_TYPE_SATA>; + phy-names = "ahci_phy"; + resets = <&powerdown STIH416_SATA0_POWERDOWN>, + <&softreset STIH416_SATA0_SOFTRESET>; + reset-names = "pwr-dwn", "sw-rst"; + clocks = <&clk_s_a0_ls CLK_ICN_REG>; + clock-names = "ahci_clk"; + };