Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81229
b: refs/heads/master
c: faa6511
h: refs/heads/master
i:
  81227: 3d7d1e3
v: v3
  • Loading branch information
Stephen Neuendorffer authored and Grant Likely committed Jan 9, 2008
1 parent e3f424c commit 170c8c7
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 021a607c2fe59cc5c37fd67813b4a61fd2f7e61b
refs/heads/master: faa6511109026f1549619ebce972be00d1b921ce
12 changes: 11 additions & 1 deletion trunk/arch/powerpc/platforms/40x/virtex.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@
#include <asm/time.h>
#include <asm/xilinx_intc.h>

static struct of_device_id xilinx_of_bus_ids[] __initdata = {
{ .compatible = "xlnx,plb-v46-1.00.a", },
{ .compatible = "xlnx,plb-v34-1.01.a", },
{ .compatible = "xlnx,plb-v34-1.02.a", },
{ .compatible = "xlnx,opb-v20-1.10.c", },
{ .compatible = "xlnx,dcr-v29-1.00.a", },
{ .compatible = "xlnx,compound", },
{}
};

static int __init virtex_device_probe(void)
{
of_platform_bus_probe(NULL, NULL, NULL);
of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL);

return 0;
}
Expand Down

0 comments on commit 170c8c7

Please sign in to comment.