]> 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)
commit2e4f31619136af012d7efb3d42bce744bbca87aa
tree18c131e27442012a89f88f5db880d95a60e4dc1f
parentec55feb583fdd538663ceb4088f18f9f72c3391c
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