* [PATCH] sysdev,mv64x60: early console fix
@ 2008-04-21 21:02 Remi Machet
2008-04-21 21:32 ` Dale Farnsworth
0 siblings, 1 reply; 2+ messages in thread
From: Remi Machet @ 2008-04-21 21:02 UTC (permalink / raw)
To: Paul Mackerras, Dale Farnsworth; +Cc: linuxppc-dev
The MPSC driver and prpmc2800.dts have been modified to
use property 'cell-index' as the serial port number but
the early serial console driver for the mv64x60 has not
been modified to use this new property.
Signed-off-by: Remi Machet (rmachet@slac.stanford.edu)
---
arch/powerpc/sysdev/mv64x60_udbg.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/sysdev/mv64x60_udbg.c b/arch/powerpc/sysdev/mv64x60_udbg.c
index ccdb3b0..2792dc8 100644
--- a/arch/powerpc/sysdev/mv64x60_udbg.c
+++ b/arch/powerpc/sysdev/mv64x60_udbg.c
@@ -94,7 +94,7 @@ static void mv64x60_udbg_init(void)
if (!np)
return;
- block_index = of_get_property(np, "block-index", NULL);
+ block_index = of_get_property(np, "cell-index", NULL);
if (!block_index)
goto error;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sysdev,mv64x60: early console fix
2008-04-21 21:02 [PATCH] sysdev,mv64x60: early console fix Remi Machet
@ 2008-04-21 21:32 ` Dale Farnsworth
0 siblings, 0 replies; 2+ messages in thread
From: Dale Farnsworth @ 2008-04-21 21:32 UTC (permalink / raw)
To: Remi Machet; +Cc: linuxppc-dev, Paul Mackerras
On Mon, Apr 21, 2008 at 02:02:56PM -0700, Remi Machet wrote:
> The MPSC driver and prpmc2800.dts have been modified to
> use property 'cell-index' as the serial port number but
> the early serial console driver for the mv64x60 has not
> been modified to use this new property.
>
> Signed-off-by: Remi Machet (rmachet@slac.stanford.edu)
Acked-by: Dale Farnsworth <dale@farnsworth.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-21 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 21:02 [PATCH] sysdev,mv64x60: early console fix Remi Machet
2008-04-21 21:32 ` Dale Farnsworth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).