Re: [PATCH v2 3/5] of-bindings: Add binding documentation for SPI busses and devices

2008-07-04 Thread Grant Likely
On Fri, Jul 4, 2008 at 5:36 PM, Segher Boessenkool <[EMAIL PROTECTED]> wrote: >> +The SPI master node requires the following properties: >> +- #address-cells - number of cells required to define a chip select >> + address on the SPI bus. > > Hrm. Should this (and "re

Re: [PATCH v2 3/5] of-bindings: Add binding documentation for SPI busses and devices

2008-07-04 Thread Segher Boessenkool
+The SPI master node requires the following properties: +- #address-cells - number of cells required to define a chip select + address on the SPI bus. Hrm. Should this (and "reg" in the child node) be required for SPI masters that have only one chip select? +

[PATCH v2 3/5] of-bindings: Add binding documentation for SPI busses and devices

2008-07-02 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Add documentation about how to describe SPI busses in the device tree. Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt | 60 ++ 1 files changed, 60 insertions(+), 0 deletions(-) di