From patchwork Mon May 11 11:34:16 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 22935 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4BBbcWa025763 for ; Mon, 11 May 2009 11:37:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752782AbZEKLhH (ORCPT ); Mon, 11 May 2009 07:37:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756498AbZEKLhH (ORCPT ); Mon, 11 May 2009 07:37:07 -0400 Received: from rv-out-0506.google.com ([209.85.198.229]:25593 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758006AbZEKLhE (ORCPT ); Mon, 11 May 2009 07:37:04 -0400 Received: by rv-out-0506.google.com with SMTP id f9so2119613rvb.1 for ; Mon, 11 May 2009 04:37:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=HoC69sVRHk9QcJlA0hD4Z+pfMXe9XhwDQzrY9CFmwJw=; b=tZV3vP67T4JLReq0ttJ4jSSOlKaypl7Iey4MZKDD/O7NcK/yAEP7aLBrM1S53WOalW QL6LL/llehg4zhI95jRtICsjggmunv1U+0ic2eBPlVc6abdcCR53UXjPYHztWNsfmJdL LwjUashvcMdmRS3+KrrLuzavn67Da7blX2qeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=Be7ww0el3kw1gpzcOKQsjsVObTNW2PVnLoGmlms7QCyywwYQma3RsDNMxQWZW8W84g u5u7N9jWgC92H2XaOXQtbER47HQc30vIEOR+yuH5uF58QU2c7esHsSas0C0SNOCddyEA ngShcjnR9bd6geEfy7ZKDEjyteBZIcikVrQAI= Received: by 10.140.132.4 with SMTP id f4mr882660rvd.118.1242041825212; Mon, 11 May 2009 04:37:05 -0700 (PDT) Received: from rx1.opensource.se (mailhost.igel.co.jp [219.106.231.130]) by mx.google.com with ESMTPS id k37sm10767596rvb.8.2009.05.11.04.37.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 May 2009 04:37:04 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Mon, 11 May 2009 20:34:16 +0900 Message-Id: <20090511113416.12454.62526.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: r7780 highlander clock fixes Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Update the r7780 highlander defconfig to fix PCLK value, while at it fix cmdline on r7785. Signed-off-by: Magnus Damm --- arch/sh/configs/r7780mp_defconfig | 2 +- arch/sh/configs/r7785rp_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/configs/r7780mp_defconfig +++ work/arch/sh/configs/r7780mp_defconfig 2009-05-11 20:06:47.000000000 +0900 @@ -260,7 +260,7 @@ CONFIG_SH_R7780MP=y # CONFIG_SH_TMU=y CONFIG_SH_TIMER_IRQ=28 -CONFIG_SH_PCLK_FREQ=32000000 +CONFIG_SH_PCLK_FREQ=33333333 # CONFIG_NO_HZ is not set # CONFIG_HIGH_RES_TIMERS is not set CONFIG_GENERIC_CLOCKEVENTS_BUILD=y --- 0001/arch/sh/configs/r7785rp_defconfig +++ work/arch/sh/configs/r7785rp_defconfig 2009-05-11 20:07:02.000000000 +0900 @@ -333,7 +333,7 @@ CONFIG_GUSA=y CONFIG_ZERO_PAGE_OFFSET=0x00001000 CONFIG_BOOT_LINK_OFFSET=0x00800000 CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1 mode4_pin=high" +CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" # # Bus options