From patchwork Fri Jan 20 11:21:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9528031 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 3ED5A6020B for ; Fri, 20 Jan 2017 11:25:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 30805201F5 for ; Fri, 20 Jan 2017 11:25:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 257E6285F5; Fri, 20 Jan 2017 11:25:15 +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=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [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 C43C1201F5 for ; Fri, 20 Jan 2017 11:25:14 +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 1cUXJd-00019Q-GW; Fri, 20 Jan 2017 11:25:09 +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 1cUXI8-00065Z-9s for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2017 11:23:39 +0000 Received: by mail-wm0-f53.google.com with SMTP id r126so33001353wmr.0 for ; Fri, 20 Jan 2017 03:23:15 -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=PdMi32VU7SUB8yLeEonUI7oP0Mw7IRX/ft+q/dhFlfY=; b=IsETEqjOy1cdG8r3deFPazj5fVqzDoD5DubBk/UNdT09S/4M7HVQrVRWYBugJqIpln WFuZxQevA1nkqe//EgMd7X/eHJbXxrsLCv64Oc37Xy4DpINxjYWpL1/EGIkuVGPyHMkB GkdcYgFgd2x0ok83PN2bfIE8IptsAb0QJlAFNwZkzG28YD7ai11ycGSeZPtd2V6J+W6K bNLS4d7hbZOKvCeP4SUhoUUa4zyGTizS9ZFtVo+MPcXGp2jrEaHR4fYpHocZLEOUmHAm wKy975iOYaE1Qqv89cllS++SMDExNuIZ+SpJO0B5vZb8dlF3GGaxiB6olbjVsvfwvebE hJwQ== 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=PdMi32VU7SUB8yLeEonUI7oP0Mw7IRX/ft+q/dhFlfY=; b=Tkg3hpW08RcUe05Ima3Ke10W1AvHSe7ooPQWtpb+SBpsTPr7VCkXLmSJov9KWqy84Y FqeEkc+iXdUxE+9A4HOY1vnoJK6OvGcppUN7dnCUTVv8QHxP0RIeuFTb46SwGPjLngtr 1VT1yYpVVB8NJxAUdIQnm4zbCTZLj+603+q3fj81Mhq9v20yQIncCaG1Tv/a8PujR6+j uz6h0G9fqWztuMRzmWfvwDkciEZCftTAJqlvAOZsWnUbqSIhHk3wqbpIkBXZM3KzyqEF erOpB4DhEcUBZo9mbwv5lRwOQIIqqjx+JGZbUNeArTev2ruy4RQD2givGzgFRFwxmKqm Bamg== X-Gm-Message-State: AIkVDXLJzw8q/raTVUR3tWZcZ3KSKO94ZJVc1HrVl7mSquAQTRsluRoVJjD1mouAEuo0RheW X-Received: by 10.223.164.151 with SMTP id g23mr11577718wrb.86.1484911334553; Fri, 20 Jan 2017 03:22:14 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l74sm5482402wmg.2.2017.01.20.03.22.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jan 2017 03:22:13 -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 v5 05/14] ARM: davinci: da850: add con_id for the SATA clock Date: Fri, 20 Jan 2017 12:21:56 +0100 Message-Id: <1484911325-23425-6-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170120_032336_688369_8117B27C X-CRM114-Status: GOOD ( 10.94 ) 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 The ahci-da850 SATA driver is now capable of retrieving clocks by con_id. Add the connection id for the sysclk2-derived SATA clock. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/da850.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 1d873d1..dbf1daa 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -571,7 +571,7 @@ static struct clk_lookup da850_clks[] = { CLK("spi_davinci.0", NULL, &spi0_clk), CLK("spi_davinci.1", NULL, &spi1_clk), CLK("vpif", NULL, &vpif_clk), - CLK("ahci_da850", NULL, &sata_clk), + CLK("ahci_da850", "sata", &sata_clk), CLK("davinci-rproc.0", NULL, &dsp_clk), CLK(NULL, NULL, &ehrpwm_clk), CLK("ehrpwm.0", "fck", &ehrpwm0_clk),