From patchwork Mon Jan 23 17:00:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 92242 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1319324qgi; Mon, 23 Jan 2017 09:04:34 -0800 (PST) X-Received: by 10.200.38.50 with SMTP id u47mr25988534qtu.293.1485191074851; Mon, 23 Jan 2017 09:04:34 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id t8si11192451qta.36.2017.01.23.09.04.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jan 2017 09:04:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) client-ip=65.50.211.133; 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 65.50.211.133 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 1cVi2i-00043h-1T; Mon, 23 Jan 2017 17:04:32 +0000 Received: from mail-wm0-f45.google.com ([74.125.82.45]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVi0h-0002aT-DK for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2017 17:02:30 +0000 Received: by mail-wm0-f45.google.com with SMTP id c206so165791242wme.0 for ; Mon, 23 Jan 2017 09:02:05 -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=pEMVlKeHnZyLbrskLNP5Hg/U2D2r0K/Mtr19y5+6CCg=; b=tYtv3HG3hdSUbWrnC9jJErmWAeVS70B+Z1cAZF0mCBo0iuPd6tNDEJinkx3pvT+aor r8xGZwvwX+f7cjX/M/p7noHdDaCAGd6MuPjYQKMfCFb7p+FSaN3GBi+lNRhqeQkbwLha UHFOqg8Q98h7Zh/qH8/X26zaMedQEDedvvY+Dln8FuAFq2aGAay3ll2bYfoTT6Mviwn+ DAAg6UM3nZbZ+bxCw61FtU4lE09DG9iJDLHQ586GjaaYku1ZWIfeJWwnHmw/2QXgMz0Y mY36VgoqY2Vi4HQJ8ZuYnAhozTfProaNEvTrrBwsW06kEoHrtLTywuKD6ZiX8mUYygZW o6zg== 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=pEMVlKeHnZyLbrskLNP5Hg/U2D2r0K/Mtr19y5+6CCg=; b=BvsHOxxd7FDVyHCaYtTZ3R7yar5PGIasvVkAR/xzdiiG9Lgpf5zBxRkmX6SKOaqWxs CagVSX1xoqD/zkxHgUj7IR8Bz45JXYrX1V5ChjBUmufuGRgr46XvAyZkiATaJ7/pQhDP gSKJ0eRL9kSxNsi2J9lE7hkIvvgKLzMpeIQDn11OYpd2KQ4LqOGN2KWU7c1jf3P+JfOF 6Y+ZbDSA1bgtcGybgvkNu+aO6r8QpWvMZed3U5UoCVRM57c0ZZ16blCfWWGY3OT6Yuka 5iGY9vMsZ2oA6XchEZ10LwWw+8NA86LP1fZJk4fI4inKjdhrqI8ULZmfAwYimT3u1yNB tcGw== X-Gm-Message-State: AIkVDXJWqeOvN+4qbdSFpcijYSNCw612qpz5SM+1d/pudJfyGaGbfXy5HUyNax4r3rSS8szO X-Received: by 10.223.175.49 with SMTP id z46mr29742964wrc.84.1485190864093; Mon, 23 Jan 2017 09:01:04 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l10sm12758910wrb.44.2017.01.23.09.01.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Jan 2017 09:01:03 -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 v6 03/14] ARM: davinci: add a clock lookup entry for the SATA clock Date: Mon, 23 Jan 2017 18:00:45 +0100 Message-Id: <1485190856-4711-4-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> References: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170123_090227_610947_7FB8B7B6 X-CRM114-Status: GOOD ( 11.38 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [74.125.82.45 listed in dnsbl.sorbs.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.125.82.45 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.82.45 listed in wl.mailspike.net] 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 -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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 This entry is needed for the ahci driver to get a functional clock. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/da8xx-dt.c | 1 + 1 file changed, 1 insertion(+) -- 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/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index 9ee44da..b83e5d1 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -42,6 +42,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = { OF_DEV_AUXDATA("ti,da830-ohci", 0x01e25000, "ohci-da8xx", NULL), OF_DEV_AUXDATA("ti,da830-musb", 0x01e00000, "musb-da8xx", NULL), OF_DEV_AUXDATA("ti,da830-usb-phy", 0x01c1417c, "da8xx-usb-phy", NULL), + OF_DEV_AUXDATA("ti,da850-ahci", 0x01e18000, "ahci_da850", NULL), {} };