From patchwork Fri Jan 13 12:37:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 91381 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp169558qgi; Fri, 13 Jan 2017 04:39:25 -0800 (PST) X-Received: by 10.98.3.7 with SMTP id 7mr22824797pfd.9.1484311165196; Fri, 13 Jan 2017 04:39:25 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [198.137.202.9]) by mx.google.com with ESMTPS id o61si12639284pld.191.2017.01.13.04.39.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 04:39:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 198.137.202.9 as permitted sender) client-ip=198.137.202.9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 198.137.202.9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org 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 1cS18d-0003vD-2Z; Fri, 13 Jan 2017 12:39:23 +0000 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cS18Y-0003r9-FH for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2017 12:39:21 +0000 Received: by mail-wm0-x22b.google.com with SMTP id c206so69159939wme.0 for ; Fri, 13 Jan 2017 04:39:02 -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=GFzg1QvNkbrAYOlnuMjY2JpIHisLs/rRShk56Rw8Kb0=; b=XtuJ4680CmuxksdpgK2rlC9fWVh0vQSuDGVaFxisCnyFvCCu32vvdTJ9Q6sb9l0Nxj gYijMjGhXRLZnROThnVF8RZPmQSsW/Erp17tI9GeIy/+GrsK7ch0L5Xncx8KesmxbvFi b8c26d6Cs928JYu/W3fT/ZGld7B25bfO8fGsR/FJ81Y0cnMKUT2rv0dvyyWdlsvoZ4Zt VM5z262yYf0BzWKarvh+bwpP8DS6pdZ3/lfeXZcjTSvmVuqw0TUUERvW2KyTAsjfdik0 XkplGmFlmTMF6VML2TqzzjOGP901BayhNkHcyBl5htKnZ2wH6bqsmDDsuxawv0P5UGx2 Z8mw== 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=GFzg1QvNkbrAYOlnuMjY2JpIHisLs/rRShk56Rw8Kb0=; b=spqYHKttpO6RpP9bsqzLyBoNAEXTCudUKDqdegSv/i09N7mVGmnn0pVCaRdNMxdlGF FSHi9XBcIARPPgTY5pGqa+rrkI0k8mMVbi52x0pX4F7S9BVGsmtFVgdEZi+V2sX16x3Q KoiDTTq7mtdB/oQxE5YnVvvcKun1GXaaOqnEBtADYxtD09zoAsjGIpNDa0udWFFom1dP rI9VDc8ESr3JZta5nYeYINWA56MpRjzxSoXsRXEjoHFavEfI1b4uG0A2cxl0q2Q15SWc AIzVB8A8vBDO1/7+sRVzJHP5XZubX1aOMJNh72OUGwvDIaUiNVZJu9JtE8hjG1z6qVpZ PZJg== X-Gm-Message-State: AIkVDXLRWagO2rhR+6Hp4XQ0Q2AEj0W/x8Pu13uZffI/N764K1kAgwaICvCnW+xKWCBOxBYa X-Received: by 10.28.109.218 with SMTP id b87mr2035737wmi.52.1484311141142; Fri, 13 Jan 2017 04:39:01 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id y127sm4022680wmg.12.2017.01.13.04.38.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 04:39:00 -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 03/10] devicetree: bindings: add bindings for ahci-da850 Date: Fri, 13 Jan 2017 13:37:57 +0100 Message-Id: <1484311084-31547-4-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> References: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170113_043918_719128_50F8E5BB X-CRM114-Status: GOOD ( 12.70 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:22b listed in] [list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 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+patch=linaro.org@lists.infradead.org Add DT bindings for the TI DA850 AHCI SATA controller. Signed-off-by: Bartosz Golaszewski --- .../devicetree/bindings/ata/ahci-da850.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/ata/ahci-da850.txt -- 2.9.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/Documentation/devicetree/bindings/ata/ahci-da850.txt b/Documentation/devicetree/bindings/ata/ahci-da850.txt new file mode 100644 index 0000000..d07c241 --- /dev/null +++ b/Documentation/devicetree/bindings/ata/ahci-da850.txt @@ -0,0 +1,21 @@ +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) + +Optional properties: + - clocks: clock specifier (refer to the common clock binding) + - da850,clk_multiplier: the multiplier for the reference clock needed + for 1.5GHz PLL output + +Example: + + sata: ahci@0x218000 { + compatible = "ti,da850-ahci"; + reg = <0x218000 0x2000>, <0x22c018 0x4>; + interrupts = <67>; + da850,clk_multiplier = <7>; + };