From patchwork Wed Jul 28 02:54:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 114690 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6S2sRDA017251 for ; Wed, 28 Jul 2010 02:54:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981Ab0G1Cy0 (ORCPT ); Tue, 27 Jul 2010 22:54:26 -0400 Received: from mail.renesas.com ([202.234.163.13]:35876 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751902Ab0G1Cy0 (ORCPT ); Tue, 27 Jul 2010 22:54:26 -0400 X-AuditID: ac140384-00000004000004f6-5d-4c4f9bdf61be Received: from guardian04.idc.renesas.com ([172.20.8.206]) by mail01.idc.renesas.com (sendmail) with ESMTP id o6S2sMBb018328; Wed, 28 Jul 2010 11:54:22 +0900 (JST) Received: (from root@localhost) by guardian04.idc.renesas.com with id o6S2sNYu017520; Wed, 28 Jul 2010 11:54:23 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id o6S2sM3r026826; Wed, 28 Jul 2010 11:54:22 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0L6800GTDYQMF9@ims05.idc.renesas.com>; Wed, 28 Jul 2010 11:54:23 +0900 (JST) Date: Wed, 28 Jul 2010 11:54:23 +0900 (JST) Date-warning: Date header was inserted by ims05.idc.renesas.com From: Kuninori Morimoto Subject: [PATCH] ARM: mach-shmobile: clock-sh7372: modify clock name for FSI2 To: Paul Mundt Cc: Magnus , Linux-SH Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 28 Jul 2010 02:54:27 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c index 2b804aa..26d651c 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c @@ -514,7 +514,7 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("sh-sci.3", &mstp_clks[MSTP201]), /* SCIFA3 */ CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP200]), /* SCIFA4 */ CLKDEV_CON_ID("cmt1", &mstp_clks[MSTP329]), /* CMT10 */ - CLKDEV_DEV_ID("sh_fsi", &mstp_clks[MSTP328]), /* FSI */ + CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]), /* FSI2 */ CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]), /* IIC1 */ CLKDEV_DEV_ID("r8a66597_hcd.0", &mstp_clks[MSTP323]), /* USB0 */ CLKDEV_DEV_ID("r8a66597_udc.0", &mstp_clks[MSTP323]), /* USB0 */