diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-03-18 11:43:59 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 02:01:40 -0400 |
commit | 9c432797d30ffd10d5510854a0f762dc42903898 (patch) | |
tree | 8958ad8e1e3addd933daeb378bbd061d35821462 | |
parent | 4eaddb4d7ec380abe95523ba0bdbbe8558f7fef4 (diff) |
[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>
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc837x_rdb.c | 1 |
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) | |||
46 | static struct of_device_id mpc837x_ids[] = { | 46 | static struct of_device_id mpc837x_ids[] = { |
47 | { .type = "soc", }, | 47 | { .type = "soc", }, |
48 | { .compatible = "soc", }, | 48 | { .compatible = "soc", }, |
49 | { .compatible = "simple-bus", }, | ||
49 | {}, | 50 | {}, |
50 | }; | 51 | }; |
51 | 52 | ||