[patch 1/6] Fix bus probe on Bamboo board
David Gibson
dwg at au1.ibm.com
Mon Sep 3 10:58:20 EST 2007
On Fri, Aug 31, 2007 at 03:04:50PM -0500, Josh Boyer wrote:
> 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 at linux.vnet.ibm.com>
Acked-by: David Gibson <david at gibson.dropbvear.id.au>
>
> ---
> arch/powerpc/platforms/44x/bamboo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.orig/arch/powerpc/platforms/44x/bamboo.c
> +++ linux-2.6/arch/powerpc/platforms/44x/bamboo.c
> @@ -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", },
> {},
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
More information about the Linuxppc-dev
mailing list