From patchwork Fri Jun 25 07:21:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 108003 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 o5P7KMQW019641 for ; Fri, 25 Jun 2010 07:22:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751734Ab0FYHVc (ORCPT ); Fri, 25 Jun 2010 03:21:32 -0400 Received: from mail.gmx.net ([213.165.64.20]:59925 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751662Ab0FYHVb (ORCPT ); Fri, 25 Jun 2010 03:21:31 -0400 Received: (qmail invoked by alias); 25 Jun 2010 07:21:29 -0000 Received: from p57BD1D04.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.29.4] by mail.gmx.net (mp011) with SMTP; 25 Jun 2010 09:21:29 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1+ic78C7OuiH9L/CCL/woMRXgEwxT+e1oSQyphDA6 b7UewI2FpQ5S2w Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OS3EK-0003xM-1V for linux-sh@vger.kernel.org; Fri, 25 Jun 2010 09:21:40 +0200 Date: Fri, 25 Jun 2010 09:21:40 +0200 (CEST) From: Guennadi Liakhovetski To: "linux-sh@vger.kernel.org" Subject: [PATCH] ARM: sh-mobile: fix typos in sh7372 clock definitions Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 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]); Fri, 25 Jun 2010 07:22:26 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c index 241caea..82d3535 100644 --- a/arch/arm/mach-shmobile/clock-sh7372.c +++ b/arch/arm/mach-shmobile/clock-sh7372.c @@ -259,8 +259,8 @@ static struct clk mstp_clks[MSTP_NR] = { [MSTP130] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 30, 0), /* VEU2 */ [MSTP129] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 29, 0), /* VEU1 */ [MSTP128] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 28, 0), /* VEU0 */ - [MSTP118] = MSTP(&div6_clks[DIV4_B], SMSTPCR1, 18, 0), /* DSITX */ - [MSTP117] = MSTP(&div6_clks[DIV4_B], SMSTPCR1, 17, 0), /* LCDC1 */ + [MSTP118] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 18, 0), /* DSITX */ + [MSTP117] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 17, 0), /* LCDC1 */ [MSTP116] = MSTP(&div6_clks[DIV6_SUB], SMSTPCR1, 16, 0), /* IIC0 */ [MSTP106] = MSTP(&div4_clks[DIV4_B], SMSTPCR1, 6, 0), /* JPU */ [MSTP101] = MSTP(&div4_clks[DIV4_M1], SMSTPCR1, 1, 0), /* VPU */