Re: [PATCH V2 10/20] Documentation: devicetree: spi: add spi-lsbyte-first propery

2019-04-07 Thread Mark Brown
On Thu, Apr 04, 2019 at 05:14:09PM -0700, Sowjanya Komatineni wrote: > spi-lsbyte-first optional property allows SPI slaves to choose byte > order of little endian for transfers. Why make this a DT property - surely it's either a fixed property of the relevant devices if they are LSB first (in whi

[PATCH V2 10/20] Documentation: devicetree: spi: add spi-lsbyte-first propery

2019-04-04 Thread Sowjanya Komatineni
spi-lsbyte-first optional property allows SPI slaves to choose byte order of little endian for transfers. Signed-off-by: Sowjanya Komatineni --- Documentation/devicetree/bindings/spi/spi-bus.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt