From patchwork Fri Nov 26 23:05:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 360172 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 oAQN1Sqg004705 for ; Fri, 26 Nov 2010 23:06:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752869Ab0KZXGP (ORCPT ); Fri, 26 Nov 2010 18:06:15 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:42922 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751778Ab0KZXGN (ORCPT ); Fri, 26 Nov 2010 18:06:13 -0500 Received: from yukiko.kent.sydney.vergenet.net (219-109-213-121.bitcat.net [219.109.213.121]) by kirsty.vergenet.net (Postfix) with ESMTP id AA8A1245A5; Sat, 27 Nov 2010 10:06:09 +1100 (EST) Received: by yukiko.kent.sydney.vergenet.net (Postfix, from userid 7100) id A6EFCC3072; Sat, 27 Nov 2010 08:06:08 +0900 (JST) From: Simon Horman To: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org Cc: Yusuke Goda , Magnus Damm , Kuninori Morimoto , Chris Ball , Paul Mundt , Simon Horman Subject: [PATCH 2/2] [hack] sh: disable initialisation of SDRAM Date: Sat, 27 Nov 2010 08:05:57 +0900 Message-Id: <1290812757-20571-3-git-send-email-horms@verge.net.au> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1290812757-20571-1-git-send-email-horms@verge.net.au> References: <1290812757-20571-1-git-send-email-horms@verge.net.au> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 26 Nov 2010 23:06:16 +0000 (UTC) Index: linux-2.6/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt =================================================================== --- linux-2.6.orig/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt 2010-11-27 07:17:38.000000000 +0900 +++ linux-2.6/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt 2010-11-27 07:18:01.000000000 +0900 @@ -40,6 +40,7 @@ WAIT 1, 0xFE40009C LIST "BSC" ED 0xFEC10000, 0x00E0001B +#if 0 LIST "SBSC1" ED 0xFE400354, 0x01AD8000 ED 0xFE400354, 0x01AD8001 @@ -77,6 +78,7 @@ ED 0xFE400028, 0xA55A0032 ED 0xFE40002C, 0xA55A000C ED 0xFE400020, 0xA55A2048 ED 0xFE400008, 0xBCC90959 +#endif LIST "Change CPGA setting" ED 0xE61500E0, 0x9E40352E --- .../arm/mach-shmobile/include/mach/head-ap4evb.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt b/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt index e3ebfa7..1e06943 100644 --- a/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt +++ b/arch/arm/mach-shmobile/include/mach/head-ap4evb.txt @@ -40,6 +40,7 @@ WAIT 1, 0xFE40009C LIST "BSC" ED 0xFEC10000, 0x00E0001B +#if 0 LIST "SBSC1" ED 0xFE400354, 0x01AD8000 ED 0xFE400354, 0x01AD8001 @@ -77,6 +78,7 @@ ED 0xFE400028, 0xA55A0032 ED 0xFE40002C, 0xA55A000C ED 0xFE400020, 0xA55A2048 ED 0xFE400008, 0xBCC90959 +#endif LIST "Change CPGA setting" ED 0xE61500E0, 0x9E40352E