From patchwork Thu Sep 26 09:06:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chander Kashyap X-Patchwork-Id: 2947171 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E08509F3C4 for ; Thu, 26 Sep 2013 09:07:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3CCD4201B9 for ; Thu, 26 Sep 2013 09:07:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E001120316 for ; Thu, 26 Sep 2013 09:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756362Ab3IZJG5 (ORCPT ); Thu, 26 Sep 2013 05:06:57 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:60273 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756358Ab3IZJGz (ORCPT ); Thu, 26 Sep 2013 05:06:55 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa1so1027737pad.19 for ; Thu, 26 Sep 2013 02:06:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=tdrsbVNL6/RThExJs24h0IhfxwY7NQOh9d9Pr5g4M/g=; b=RHvr2A0Df7iMHF3evCr0n70MF8653clH4wz98asKItpRe4bi9ku9yZK/qRm1bpoC/2 9KjuVGEkA2CYWt+fTVwIuFYC4Dw5QnYpaxbCE6c6sVCNd6Q5hlO4AtREtP350o+k9vJH Hzso7hhBcaZbkoSYjx2rahRCldf/UU9Jvhh8EX5rWJkkFgz5Hlzzi9pRbpCB9DmS0ryM S8D2eVXQJnsVc2kjvcznQZJTiBSiO+i27p6Oejqj2grWxzNlNptixETI0mGFrR6BnEUv 02bx4yIBldUtBV/VtbP/3NoOyQgSMzyaduIkEXXzQ3O4VuK+YzMqNy+0VZsqD3soybGg zwFw== X-Gm-Message-State: ALoCoQksjz+6ZbnWn6FYS1tXiG8OxonQxzPIFoI2A8cVj+hvqAhsZJqdWc9uoFgAQDeKDaf8TVZo X-Received: by 10.68.229.2 with SMTP id sm2mr15391808pbc.68.1380186414661; Thu, 26 Sep 2013 02:06:54 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id dk3sm876354pbc.32.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 02:06:54 -0700 (PDT) From: Chander Kashyap To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: mturquette@linaro.org, kgene.kim@samsung.com, thomas.abraham@linaro.org, yadi.brar@samsung.com, t.figa@samsung.com, Chander Kashyap Subject: [PATCH v2] clk: exynos5420: fix cpll clock register offsets Date: Thu, 26 Sep 2013 14:36:35 +0530 Message-Id: <1380186395-28814-1-git-send-email-chander.kashyap@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes cpll control and lock register offset values for Exynos5420 SoC. Signed-off-by: Chander Kashyap Acked-by: Kukjin Kim --- Changes Since v1: - Fixed patch subject as per Kukgin suggestion. drivers/clk/samsung/clk-exynos5420.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index 86dfc64..892aac0 100644 --- a/drivers/clk/samsung/clk-exynos5420.c +++ b/drivers/clk/samsung/clk-exynos5420.c @@ -730,8 +730,8 @@ struct samsung_gate_clock exynos5420_gate_clks[] __initdata = { struct __initdata samsung_pll_clock exynos5420_plls[nr_plls] = { [apll] = PLL(pll_2550, fout_apll, "fout_apll", "fin_pll", APLL_LOCK, APLL_CON0, NULL), - [cpll] = PLL(pll_2550, fout_mpll, "fout_mpll", "fin_pll", MPLL_LOCK, - MPLL_CON0, NULL), + [cpll] = PLL(pll_2550, fout_cpll, "fout_cpll", "fin_pll", CPLL_LOCK, + CPLL_CON0, NULL), [dpll] = PLL(pll_2550, fout_dpll, "fout_dpll", "fin_pll", DPLL_LOCK, DPLL_CON0, NULL), [epll] = PLL(pll_2650, fout_epll, "fout_epll", "fin_pll", EPLL_LOCK,