spi: quad: fix the name of DT property
authorwangyuhang <wangyuhang2014@gmail.com>
Sun, 1 Sep 2013 09:36:21 +0000 (17:36 +0800)
committerMark Brown <broonie@linaro.org>
Sun, 1 Sep 2013 12:45:14 +0000 (13:45 +0100)
commita110f93d8b4672c4ad18d911f62b9e861010e83b
tree18c131e27442012a89f88f5db880d95a60e4dc1f
parenta822e99c70f448c4068ea85bb195dac0b2eb3afe
spi: quad: fix the name of DT property

spi: quad: fix the name of DT property in patch

The previous property name spi-tx-nbits and spi-rx-nbits looks not
human-readable. To make it consistent with other devices, using property
name spi-tx-bus-width and spi-rx-bus-width instead of the previous one
specify the number of data wires that spi controller will work in.
Add the specification in spi-bus.txt.

Signed-off-by: wangyuhang <wangyuhang2014@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/spi/spi-bus.txt
drivers/spi/spi.c