Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138512
b: refs/heads/master
c: aafbf16
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Feb 27, 2009
1 parent f1f52d1 commit b086894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86f5a4a7d7e2fd0b8eb38833e568ab1061c7a18c
refs/heads/master: aafbf16b89c6888add3ea22fde1b5ac3f5aaf947
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/52xx/mpc52xx_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{}
Expand Down

0 comments on commit b086894

Please sign in to comment.