aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/mpsc.c
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2008-04-08 08:10:34 +1000
committerPaul Mackerras <paulus@samba.org>2008-04-15 21:21:24 +1000
commit1791f91bc794b7efc90719268146f582b9f29ead (patch)
tree4aee1b81ccac9231cec0636dfc0327a4378ede7f /arch/powerpc/boot/mpsc.c
parenta05ce88ab3e8a022ee17d89ecf86f6929c89c50e (diff)
[POWERPC] prpmc2800: Clean up dts properties
Remove several unused (or software config only) properties. Rename marvel node to "system-controller". Also, rename the "block-index" property to "cell-index" to conform to current practice. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/mpsc.c')
-rw-r--r--arch/powerpc/boot/mpsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/mpsc.c b/arch/powerpc/boot/mpsc.c
index 802ea53790d..425ad88cce8 100644
--- a/arch/powerpc/boot/mpsc.c
+++ b/arch/powerpc/boot/mpsc.c
@@ -141,7 +141,7 @@ int mpsc_console_init(void *devp, struct serial_console_data *scdp)
if (mpscintr_base == NULL)
goto err_out;
- n = getprop(devp, "block-index", &v, sizeof(v));
+ n = getprop(devp, "cell-index", &v, sizeof(v));
if (n != sizeof(v))
goto err_out;
reg_set = (int)v;