From patchwork Fri Dec 14 16:13:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 1879301 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 3EFA6DF230 for ; Fri, 14 Dec 2012 16:17:34 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TjXuS-0007XO-0m; Fri, 14 Dec 2012 16:14:48 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TjXuO-0007X6-DH for linux-arm-kernel@lists.infradead.org; Fri, 14 Dec 2012 16:14:45 +0000 Received: by mail-pb0-f49.google.com with SMTP id un15so2286367pbc.36 for ; Fri, 14 Dec 2012 08:14:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=BCADmCxluBYY0qcfjuBqcP0/u2j4O8a5EHbj4arHrg4=; b=cXldyE8z5hGWwIEHZ6HRW7Jam/ccamlgf9y0727B15HDpYyjW2nVgGFY3M5NCjxmUh 2S/w6+i95xil2r2boIsAIvyWP47KqBGgVwKH+TxITwNg9EB7HL9k8PsI1AQPdVMb5ypX fLSoFZ/78kTbjyOt3bktdIsRVgdISS6AD2MDI4cjILyS42MsdJ+7WKWkeVm7is3Dt6pj 24pdmO7hr6F2AVyZXu1zrQ1QIREvj+HTo3aFBiRXVIfaBWPsDn7JIEmtkpQ/PN3l1Jyv GI7GW3l/u6oeeY5noF2jYz6mbXGHh58xGMxcfjVT6hf/jGmUbUJYdcjzGp6FE6hsQ3Mr 1Sfg== Received: by 10.66.89.42 with SMTP id bl10mr17240531pab.2.1355501682543; Fri, 14 Dec 2012 08:14:42 -0800 (PST) Received: from localhost.localdomain ([125.177.223.206]) by mx.google.com with ESMTPS id ot3sm3155085pbb.38.2012.12.14.08.14.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Dec 2012 08:14:41 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH] ARM: EXYNOS: Fix MSHC clocks instance names Date: Sat, 15 Dec 2012 01:13:28 +0900 Message-Id: <1355501608-2955-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121214_111444_652824_9B3A961B X-CRM114-Status: GOOD ( 12.30 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 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 Cc: linux-samsung-soc@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, Kukjin Kim , Dongjin Kim , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Replace clock instance name of MSHC controller for BIC and CIU of Exynos4412. Signed-off-by: Dongjin Kim Acked-by: Thomas Abraham --- arch/arm/mach-exynos/clock-exynos4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c index efead60..bbcb3de 100644 --- a/arch/arm/mach-exynos/clock-exynos4.c +++ b/arch/arm/mach-exynos/clock-exynos4.c @@ -529,7 +529,7 @@ static struct clk exynos4_init_clocks_off[] = { .enable = exynos4_clk_ip_fsys_ctrl, .ctrlbit = (1 << 8), }, { - .name = "dwmmc", + .name = "biu", .parent = &exynos4_clk_aclk_133.clk, .enable = exynos4_clk_ip_fsys_ctrl, .ctrlbit = (1 << 9), @@ -1134,7 +1134,7 @@ static struct clksrc_clk exynos4_clksrcs[] = { .reg_div = { .reg = EXYNOS4_CLKDIV_MFC, .shift = 0, .size = 4 }, }, { .clk = { - .name = "sclk_dwmmc", + .name = "ciu", .parent = &exynos4_clk_dout_mmc4.clk, .enable = exynos4_clksrc_mask_fsys_ctrl, .ctrlbit = (1 << 16),