From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1NW6u4-0007VY-FA for barebox@lists.infradead.org; Sat, 16 Jan 2010 11:33:17 +0000 Date: Sat, 16 Jan 2010 12:33:09 +0100 From: Sascha Hauer Message-ID: <20100116113309.GS23110@pengutronix.de> References: <1263552619-4601-1-git-send-email-eric@eukrea.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1263552619-4601-1-git-send-email-eric@eukrea.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 1/4] eukrea_cpuimx27 : update timings To: Eric Benard Cc: barebox@lists.infradead.org Hi Eric, On Fri, Jan 15, 2010 at 11:50:16AM +0100, Eric Benard wrote: > use optimized DDR, NOR & QuadUART timings Ok, applied for -next. Sascha > > Signed-off-by: Eric Benard > --- > board/eukrea_cpuimx27/eukrea_cpuimx27.c | 12 ++++++------ > board/eukrea_cpuimx27/lowlevel_init.S | 4 ++-- > 2 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/board/eukrea_cpuimx27/eukrea_cpuimx27.c b/board/eukrea_cpuimx27/eukrea_cpuimx27.c > index 6878044..629399f 100644 > --- a/board/eukrea_cpuimx27/eukrea_cpuimx27.c > +++ b/board/eukrea_cpuimx27/eukrea_cpuimx27.c > @@ -198,9 +198,9 @@ static int eukrea_cpuimx27_devices_init(void) > eukrea_cpuimx27_mmu_init(); > > /* configure 16 bit nor flash on cs0 */ > - CS0U = 0x0000CC03; > - CS0L = 0xa0330D01; > - CS0A = 0x00220800; > + CS0U = 0x00008F03; > + CS0L = 0xA0330D01; > + CS0A = 0x002208C0; > > /* initizalize gpios */ > for (i = 0; i < ARRAY_SIZE(mode); i++) > @@ -244,9 +244,9 @@ static int eukrea_cpuimx27_console_init(void) > #endif > /* configure 8 bit UART on cs3 */ > FMCR &= ~0x2; > - CS3U = 0x0000DCF6; > - CS3L = 0x444A4541; > - CS3A = 0x44443302; > + CS3U = 0x0000D603; > + CS3L = 0x0D1D0D01; > + CS3A = 0x00D20000; > #ifdef CONFIG_DRIVER_SERIAL_NS16550 > register_device(&quad_uart_serial_device); > #endif > diff --git a/board/eukrea_cpuimx27/lowlevel_init.S b/board/eukrea_cpuimx27/lowlevel_init.S > index 4622af8..5295a8a 100644 > --- a/board/eukrea_cpuimx27/lowlevel_init.S > +++ b/board/eukrea_cpuimx27/lowlevel_init.S > @@ -8,10 +8,10 @@ > > #if defined CONFIG_EUKREA_CPUIMX27_SDRAM_256MB > #define ROWS0 ESDCTL_ROW14 > -#define CFG0 0x00695729 > +#define CFG0 0x0029572D > #elif defined CONFIG_EUKREA_CPUIMX27_SDRAM_128MB > #define ROWS0 ESDCTL_ROW13 > -#define CFG0 0x00395B28 > +#define CFG0 0x00095728 > #endif > > #define ESDCTL0_VAL (ESDCTL0_SDE | ROWS0 | ESDCTL0_COL10) > -- > 1.6.3.3 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox