* [PATCH 1/1] Fix bus probe on Bamboo board
@ 2007-08-28 17:51 Josh Boyer
2007-08-28 20:01 ` Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: Josh Boyer @ 2007-08-28 17:51 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
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>
---
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", },
{},
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] Fix bus probe on Bamboo board
2007-08-28 17:51 [PATCH 1/1] Fix bus probe on Bamboo board Josh Boyer
@ 2007-08-28 20:01 ` Josh Boyer
0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2007-08-28 20:01 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
On Tue, 28 Aug 2007 12:51:00 -0500
Josh Boyer <jwboyer@linux.vnet.ibm.com> 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@linux.vnet.ibm.com>
Paul, this is 2.6.24 material. You can either pick it up, or get it
from my git tree later. I mostly sent it out now in case people were
using the bamboo patches already.
josh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-28 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-28 17:51 [PATCH 1/1] Fix bus probe on Bamboo board Josh Boyer
2007-08-28 20:01 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox