Re: [PATCH 03/28] Document local bus nodes in the device tree.

2007-09-18 Thread Kumar Gala
On Sep 17, 2007, at 11:57 AM, Scott Wood wrote: cuboot-pq2 is updated to match the binding, and get rid of phandle linkage. A slight more descriptive commit message is desired. - k Signed-off-by: Scott Wood [EMAIL PROTECTED] --- Documentation/powerpc/booting-without-of.txt | 38

[PATCH 03/28] Document local bus nodes in the device tree, and update cuboot-pq2.

2007-09-18 Thread Scott Wood
The /localbus node is used to describe devices that are connected via a chip select or similar mechanism. The advantages over placing the devices under the root node are that it can be probed without probing other random things under the root, and that the description of which chip select a given

[PATCH 03/28] Document local bus nodes in the device tree.

2007-09-17 Thread Scott Wood
cuboot-pq2 is updated to match the binding, and get rid of phandle linkage. Signed-off-by: Scott Wood [EMAIL PROTECTED] --- Documentation/powerpc/booting-without-of.txt | 38 ++ arch/powerpc/boot/cuboot-pq2.c | 29 +-- 2 files changed, 46