From patchwork Thu Jan 19 13:29:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9525707 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BDE5A6045A for ; Thu, 19 Jan 2017 13:31:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE7CE27FBE for ; Thu, 19 Jan 2017 13:31:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A30A527B2F; Thu, 19 Jan 2017 13:31:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_SORBS_SPAM, RDNS_NONE, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (unknown [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 93958268AE for ; Thu, 19 Jan 2017 13:31:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cUCoV-00018D-74; Thu, 19 Jan 2017 13:31:39 +0000 Received: from mail-wm0-f53.google.com ([74.125.82.53]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cUCo9-0000g4-7x for linux-arm-kernel@lists.infradead.org; Thu, 19 Jan 2017 13:31:20 +0000 Received: by mail-wm0-f53.google.com with SMTP id c206so77292875wme.0 for ; Thu, 19 Jan 2017 05:30:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WVg0VqpF6v/3z5fbNHcYD9uPQjP5OrE0AYEswu9OeLs=; b=oGCNzTNFG86Iw5WZbm+oHbgb9wz8YnEXH32xOZIbc2oaIQT1x9Kw2IDOymW++8+AC0 3bnOr11m9jt+mB3pdxELKTfXtx9DJmgQZZj7zO89j2qd6sjNa+hWzqL/xkmLy6fJipP3 h/uJL7b//IV0ltGlm12PDoUvGQ9IeB1nVnzl8WkK8PTWQ//wtowGBIAXdwuygwhiD0ha f/XuycTAozp7mhGAOEOXfgPFKhf+9yfvO8zLmDc6rho21Tl5DWWFIKS2YYpcCvcpKvwu DCLC5VBagKclpvD4MD1bmJokyMoTb+Iw55nI1EoKcLLJ4TcT1hGmAOL4O6Z6KSDAzSJG GOwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WVg0VqpF6v/3z5fbNHcYD9uPQjP5OrE0AYEswu9OeLs=; b=LDgYqe5VNf2no60HlY0ThgoADf2MS8prkCKMZ5aUZbilEdwJ/vVubu4K5E7hvuNvBt Drp7K1+oAZIP0Uj7it+Iwr8EUjaKXDAO1xj9k7xaMGpq//jaXqp3kMuoGvVcgbC6ynEY ULxI0dEivczRCMaeik03t82jmt9pfxzCbKFCbjrEgNApURml8D1ZiqAWuPSVnD/bqWYg PTvR40tzMYCUiHZHyqW+1ixnhXjlWBEiTy0CrhmNC6Vnf7zxal/CXoBscy+tR/dNp3KH sQvYX191lETsb/DtWqvW5Z1HUG/rtI/8WalEWVZXT8fFpYNj0BwdRcATsH+M1mjzNT/2 /RLw== X-Gm-Message-State: AIkVDXLoFzne1Un30POWaBNVGf9UsI+DpSYC4CO5BbwUvPv0a2tI6mZikZxCjyD9D2eKSZEr X-Received: by 10.28.164.196 with SMTP id n187mr23904449wme.44.1484832595430; Thu, 19 Jan 2017 05:29:55 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id c202sm53251996wmd.10.2017.01.19.05.29.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Jan 2017 05:29:54 -0800 (PST) From: Bartosz Golaszewski To: Kevin Hilman , Sekhar Nori , Patrick Titiano , Michael Turquette , Tejun Heo , Rob Herring , Mark Rutland , Russell King , David Lechner Subject: [PATCH v4 01/14] devicetree: bindings: add bindings for ahci-da850 Date: Thu, 19 Jan 2017 14:29:35 +0100 Message-Id: <1484832588-18413-2-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484832588-18413-1-git-send-email-bgolaszewski@baylibre.com> References: <1484832588-18413-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170119_053117_444040_8D16DFF8 X-CRM114-Status: GOOD ( 12.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ide@vger.kernel.org, Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add DT bindings for the TI DA850 AHCI SATA controller. Signed-off-by: Bartosz Golaszewski --- Documentation/devicetree/bindings/ata/ahci-da850.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/ata/ahci-da850.txt diff --git a/Documentation/devicetree/bindings/ata/ahci-da850.txt b/Documentation/devicetree/bindings/ata/ahci-da850.txt new file mode 100644 index 0000000..fd90662 --- /dev/null +++ b/Documentation/devicetree/bindings/ata/ahci-da850.txt @@ -0,0 +1,15 @@ +Device tree binding for the TI DA850 AHCI SATA Controller +--------------------------------------------------------- + +Required properties: + - compatible: must be "ti,da850-ahci" + - reg: physical base addresses and sizes of the controller's register areas + - interrupts: interrupt specifier (refer to the interrupt binding) + +Example: + + sata: ahci@218000 { + compatible = "ti,da850-ahci"; + reg = <0x218000 0x2000>, <0x22c018 0x4>; + interrupts = <67>; + };