aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-03-18 18:43:59 +0300
committerKumar Gala <galak@kernel.crashing.org>2008-04-17 01:01:40 -0500
commit9c432797d30ffd10d5510854a0f762dc42903898 (patch)
tree8958ad8e1e3addd933daeb378bbd061d35821462 /arch/powerpc/platforms/83xx
parent[POWERPC] Make Book-E debug handling SMP safe (diff)
downloadlinux-dev-9c432797d30ffd10d5510854a0f762dc42903898.tar.xz
linux-dev-9c432797d30ffd10d5510854a0f762dc42903898.zip
[POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching
This is needed to probe nor and nand flashes on the localbus. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx')
-rw-r--r--arch/powerpc/platforms/83xx/mpc837x_rdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc837x_rdb.c b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
index 2293ae51383d..c00356bdb1dd 100644
--- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
@@ -46,6 +46,7 @@ static void __init mpc837x_rdb_setup_arch(void)
static struct of_device_id mpc837x_ids[] = {
{ .type = "soc", },
{ .compatible = "soc", },
+ { .compatible = "simple-bus", },
{},
};