Skip to content

Commit

Permalink
[POWERPC] Fix bus probe on Bamboo board
Browse files Browse the repository at this point in the history
Commit 804ace8 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>
  • Loading branch information
Josh Boyer committed Sep 7, 2007
1 parent c9c6b74 commit 1f6e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/44x/bamboo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
Expand Down

0 comments on commit 1f6e579

Please sign in to comment.