From patchwork Wed Mar 2 09:05:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 602421 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2295lBh012824 for ; Wed, 2 Mar 2011 09:05:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755779Ab1CBJFr (ORCPT ); Wed, 2 Mar 2011 04:05:47 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:48586 "EHLO relmlor1.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754083Ab1CBJFq (ORCPT ); Wed, 2 Mar 2011 04:05:46 -0500 Received: from relmlir2.idc.renesas.com ([10.200.68.152]) by relmlor1.idc.renesas.com ( SJSMS) with ESMTP id <0LHF00HAZALKHK60@relmlor1.idc.renesas.com> for linux-sh@vger.kernel.org; Wed, 02 Mar 2011 18:05:45 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir2.idc.renesas.com ( SJSMS) with ESMTP id <0LHF00JQFALK4PD0@relmlir2.idc.renesas.com> for linux-sh@vger.kernel.org; Wed, 02 Mar 2011 18:05:44 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id DC8C0800A4; Wed, 02 Mar 2011 18:05:44 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id CD813800A2; Wed, 02 Mar 2011 18:05:44 +0900 (JST) Received: from relmlii2.idc.renesas.com [10.200.68.66] by relmlac1.idc.renesas.com with ESMTP id UAM05360; Wed, 02 Mar 2011 18:05:44 +0900 Date: Wed, 02 Mar 2011 18:05:44 +0900 X-IronPort-AV: E=Sophos; i="4.62,252,1297004400"; d="scan'208"; a="14448074" Received: from unknown (HELO PG10870.renesas.com) ([172.30.8.159]) by relmlii2.idc.renesas.com with ESMTP; Wed, 02 Mar 2011 18:05:44 +0900 Message-id: From: Kuninori Morimoto To: Paul Mundt Cc: Magnus , Linux-SH , ueda (RSO) Subject: [PATCH] ARM: mach-shmobile: ap4evb: modify LCDC clock divider value 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) MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII 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.6 (demeter1.kernel.org [140.211.167.41]); Wed, 02 Mar 2011 09:05:48 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 3cf0951..81d6536 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -1303,7 +1303,7 @@ static void __init ap4evb_init(void) lcdc_info.clock_source = LCDC_CLK_BUS; lcdc_info.ch[0].interface_type = RGB18; - lcdc_info.ch[0].clock_divider = 2; + lcdc_info.ch[0].clock_divider = 3; lcdc_info.ch[0].flags = 0; lcdc_info.ch[0].lcd_size_cfg.width = 152; lcdc_info.ch[0].lcd_size_cfg.height = 91;