[PATCH] sysdev,mv64x60: early console fix
Remi Machet
rmachet at slac.stanford.edu
Tue Apr 22 07:02:56 EST 2008
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 at 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;
More information about the Linuxppc-dev
mailing list