public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* 24xx/n8x0 booting again, linux-omap updated to -rc5
@ 2009-10-16  1:27 Tony Lindgren
  2009-10-17  0:18 ` Tony Lindgren
  2009-10-20 16:31 ` green
  0 siblings, 2 replies; 7+ messages in thread
From: Tony Lindgren @ 2009-10-16  1:27 UTC (permalink / raw)
  To: linux-omap

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi all,

Thanks to Paul's "OMAP2xxx clock: set up clockdomain pointer in struct clk"
patch, we got 24xx booting again both in mainline and in linux-omap.

The following patch is also needed to change the n8x0 serial console CMDLINE
from ttyS0 to ttyS2 as the port numbering now matches the physical ports.
The patch is already in linux-omap, but not yet in mainline.

Also, I've rebuilt linux-omap again on top of -rc5. Will merge in the plat
header patches tomorrow.

Cheers,

Tony

[-- Attachment #2: n8x0-serial-fix.patch --]
[-- Type: text/x-diff, Size: 929 bytes --]

>From 71d3bff80f77cdd286303f19308058c6c844458f Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 15 Oct 2009 18:13:28 -0700
Subject: [PATCH] omap: Fix console serial port number for n8x0

With the recent changes omap serial ports match the physical
numbering like they should. Fix the kernel CMDLINE accordingly
so console works.

Signed-off-by: Tony Lindgren <tony@atomide.com>

diff --git a/arch/arm/configs/n8x0_defconfig b/arch/arm/configs/n8x0_defconfig
index 8da75de..264f52b 100644
--- a/arch/arm/configs/n8x0_defconfig
+++ b/arch/arm/configs/n8x0_defconfig
@@ -304,7 +304,7 @@ CONFIG_ALIGNMENT_TRAP=y
 CONFIG_ZBOOT_ROM_TEXT=0x10C08000
 CONFIG_ZBOOT_ROM_BSS=0x10200000
 # CONFIG_ZBOOT_ROM is not set
-CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 console=ttyS0,115200n8"
+CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 console=ttyS2,115200n8"
 # CONFIG_XIP_KERNEL is not set
 # CONFIG_KEXEC is not set
 

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-26 16:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16  1:27 24xx/n8x0 booting again, linux-omap updated to -rc5 Tony Lindgren
2009-10-17  0:18 ` Tony Lindgren
2009-10-20 16:31 ` green
2009-10-20 18:56   ` Tony Lindgren
2009-10-20 22:08     ` green
2009-10-21 18:40       ` Tony Lindgren
2009-10-26 16:08         ` green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox