projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eaddb4
)
[POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching
author
Anton Vorontsov
<
[email protected]
>
Tue, 18 Mar 2008 15:43:59 +0000
(18:43 +0300)
committer
Kumar Gala
<
[email protected]
>
Thu, 17 Apr 2008 06:01:40 +0000
(
01:01
-0500)
This is needed to probe nor and nand flashes on the localbus.
Signed-off-by: Anton Vorontsov <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
arch/powerpc/platforms/83xx/mpc837x_rdb.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/83xx/mpc837x_rdb.c
b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
index 2293ae51383d05e42978a4a57c9948c37fac1147..c00356bdb1dda4d293d3dc57d97e8eaba0c2773f 100644
(file)
--- 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", },
{},
};