From patchwork Wed Jan 18 13:19:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9523733 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 A2D9A601C3 for ; Wed, 18 Jan 2017 13:20:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91756285A2 for ; Wed, 18 Jan 2017 13:20:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 84F08285E7; Wed, 18 Jan 2017 13:20:58 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 25DEE285A2 for ; Wed, 18 Jan 2017 13:20:58 +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 1cTqAZ-00077q-8b; Wed, 18 Jan 2017 13:20:55 +0000 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cTqAH-0006kQ-OT for linux-arm-kernel@lists.infradead.org; Wed, 18 Jan 2017 13:20:40 +0000 Received: by mail-wm0-x232.google.com with SMTP id c206so24754843wme.0 for ; Wed, 18 Jan 2017 05:20:17 -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=HgQtZKsolTddP/+JDbK63IqgOe1wyZxtx07p1SWbvyY5HwQ4IVzcaqRxLc901CZHog AiOChZ6h3F9ImSLOeLOJwE3HO9ttrhhAcaFbbs5J1ViLEs2BFCHekpXNgSaVUUDDztzg qbfvQ4kjQjsHmh8l+L8oDoCAJVoHBPHAW276/Rfyii4iRK6b9Ug55gC0nYWnH2eFnRn7 TKISPhZ/Li/d5QOiptF3fE+zEzFOHHu62jXgDdK8t5aiimpy7OPI7fa4UNIPcymGbVhZ rVyshamDvURwWnYaRFymPLiEf7QjvTtixWWg9iGCuxOWqjBoDhGXMPk5EXwIGldlEC4w 6WxA== 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=q/r8Q+lj9+yn/t+axeTagMLlRwGivvLssROeDzN9W2siw5b925dWaZlc0YbmPlkPEo XvB1NG49/FY0pdDeLAw5mHipIMUi/vUPLBks5FfLziXOIM5JY0IEGgsV78OKHSGQBF/W i63LiBnbG/LU45Zpbr0dLhb6TXOSrVQxYAb7SlPFM7Cdd5tAVFfTnyHzs9tamuDXmQgs jEmd1ulwjcE78Y21ZvnN27jfc/G/QBY0yMyofw1B0/UllSdPz6oRZ8dZoZdwyZpPtfjq GXsnkUSo12AvOXR7Q2ILsUteesNd35YvHtQL0EOhn+KsvZgVLBuSbNCQNDiEDGFdegUB zeoQ== X-Gm-Message-State: AIkVDXLnoMP507Sw7yaOP0bX9LJUoHD/Ec2vke1MsHPm8Y2icexB5eJjFkpH1GiOz10thvii X-Received: by 10.223.165.87 with SMTP id j23mr3434156wrb.79.1484745615893; Wed, 18 Jan 2017 05:20:15 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id w79sm4899569wmw.0.2017.01.18.05.20.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Jan 2017 05:20:15 -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 v3 01/13] devicetree: bindings: add bindings for ahci-da850 Date: Wed, 18 Jan 2017 14:19:49 +0100 Message-Id: <1484745601-4769-2-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484745601-4769-1-git-send-email-bgolaszewski@baylibre.com> References: <1484745601-4769-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170118_052037_947680_AF9D4494 X-CRM114-Status: GOOD ( 12.32 ) 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>; + };