]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Fix bus probe on Bamboo board
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 7 Sep 2007 12:50:26 +0000 (07:50 -0500)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 7 Sep 2007 12:50:26 +0000 (07:50 -0500)
Commit 804ace8881d21 changed the behavior of how compatible nodes are found.
This highlighted a bug on the Bamboo board where it wasn't probing the bus
specified in the DTS file.  We fix it by being explicit about which bus to
probe.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbvear.id.au>
arch/powerpc/platforms/44x/bamboo.c

index 5522f1f9642e00be3a96a18f97127f0f64835ddc..9bc45dea078f411ec261de38706e5a6689f57aed 100644 (file)
@@ -23,7 +23,7 @@
 #include "44x.h"
 
 static struct of_device_id bamboo_of_bus[] = {
-       { .compatible = "ibm,plb", },
+       { .compatible = "ibm,plb4", },
        { .compatible = "ibm,opb", },
        { .compatible = "ibm,ebc", },
        {},