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

2007-08-28 Thread Josh Boyer
On Tue, 28 Aug 2007 12:51:00 -0500 Josh Boyer <[EMAIL PROTECTED]> 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

[PATCH 1/1] Fix bus probe on Bamboo board

2007-08-28 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