]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f2a85dac3a0bc73fcec5b1d47f14c2ec2d5665c
tree18c131e27442012a89f88f5db880d95a60e4dc1f
parentcd9e6b3423160a6c160876c02177b50ad093b85c
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