Re: [patch 1/6] Fix bus probe on Bamboo board

2007-09-02 Thread David Gibson
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 > prob

[patch 1/6] Fix bus probe on Bamboo board

2007-08-31 Thread Josh Boyer
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 <[EMAIL PROTECTED]> --- arch/powerpc