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:
86f5a4a
)
powerpc/5200: Add 'simple-bus' to the of_platform probe list.
author
Grant Likely
<
[email protected]
>
Fri, 27 Feb 2009 06:19:36 +0000
(23:19 -0700)
committer
Grant Likely
<
[email protected]
>
Fri, 27 Feb 2009 06:19:36 +0000
(23:19 -0700)
To better match the ePAPR specification, device nodes which claim
"simple-bus" compatibility should be probed by default.
Signed-off-by: Grant Likely <
[email protected]
>
arch/powerpc/platforms/52xx/mpc52xx_common.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/52xx/mpc52xx_common.c
b/arch/powerpc/platforms/52xx/mpc52xx_common.c
index 98367a0255f34aee02c47b7d308ef7f03eaf6364..e9d2cf632eebbf2da2b06d06bb06e5c31cf7b3e0 100644
(file)
--- a/
arch/powerpc/platforms/52xx/mpc52xx_common.c
+++ b/
arch/powerpc/platforms/52xx/mpc52xx_common.c
@@
-28,9
+28,10
@@
static struct of_device_id mpc52xx_xlb_ids[] __initdata = {
static struct of_device_id mpc52xx_bus_ids[] __initdata = {
{ .compatible = "fsl,mpc5200-immr", },
{ .compatible = "fsl,mpc5200b-immr", },
- { .compatible = "
fsl,lpb
", },
+ { .compatible = "
simple-bus
", },
/* depreciated matches; shouldn't be used in new device trees */
+ { .compatible = "fsl,lpb", },
{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
{}