]> git.karo-electronics.de Git - karo-tx-linux.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)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:56:10 +0000 (09:56 +0800)
commitd260f7b920d9d046c77968aadcc4bc9e9f5692ac
treec34f99e5005b748bcaf5f85f2cd2f643d577cd89
parent317abab7676eb9553874f82876325d5296c3b54c
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>
Signed-off-by: Huang Shijie <b32955@freescale.com>
Documentation/devicetree/bindings/spi/spi-bus.txt
drivers/spi/spi.c