summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mv64x60_udbg.c
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2008-04-08 08:09:03 +1000
committerPaul Mackerras <paulus@samba.org>2008-04-15 21:21:24 +1000
commita1810b44c2d52392cd63e17fc208783cf6be6215 (patch)
treeb2484650448a41aaf16664933b928f8c74fc8edd /arch/powerpc/sysdev/mv64x60_udbg.c
parentfb9d93de6049922c4d46cc2dc9d2eeec07369e7f (diff)
downloadop-kernel-dev-a1810b44c2d52392cd63e17fc208783cf6be6215.zip
op-kernel-dev-a1810b44c2d52392cd63e17fc208783cf6be6215.tar.gz
[POWERPC] mv64x60: Fix FDT compatible names: mv64x60 => mv64360
Compatible names should refer to a specific version of the hardware, without wildcards. Change each instance of mv64x60 to mv64360, which is the oldest version we currently support. 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/sysdev/mv64x60_udbg.c')
-rw-r--r--arch/powerpc/sysdev/mv64x60_udbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/mv64x60_udbg.c b/arch/powerpc/sysdev/mv64x60_udbg.c
index 35c77c7..ccdb3b0 100644
--- a/arch/powerpc/sysdev/mv64x60_udbg.c
+++ b/arch/powerpc/sysdev/mv64x60_udbg.c
@@ -85,7 +85,7 @@ static void mv64x60_udbg_init(void)
if (!stdout)
return;
- for_each_compatible_node(np, "serial", "marvell,mpsc") {
+ for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") {
if (np == stdout)
break;
}
OpenPOWER on IntegriCloud