diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-12-05 06:39:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-09 13:01:27 -0500 |
commit | ba1271bb05f81a1f4b26ab7a87771147d6f3185e (patch) | |
tree | d8ea29375b0cfa146f8859cb8bdf067283af4478 /Documentation | |
parent | d9dda5a1917a01e6317f7bee81e7e6ed236d7e0a (diff) |
spi: gpio: clarify gpio chipselect language
Commit 743179849015 (of_spi: add generic binding support to specify cs gpio)
introduced generic binding for gpio chip-select. The cs_gpio struct field,
however, is an internal implementation detail of the Linux SPI subsystem, and
should not be mentioned in the device tree binding documentation. Mention the
previously defined cs-gpios master node property instead.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-bus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt index 800dafe5b01b..e5a4d1b4acfe 100644 --- a/Documentation/devicetree/bindings/spi/spi-bus.txt +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt | |||
@@ -67,7 +67,7 @@ only 1(SINGLE), 2(DUAL) and 4(QUAD). | |||
67 | Dual/Quad mode is not allowed when 3-wire mode is used. | 67 | Dual/Quad mode is not allowed when 3-wire mode is used. |
68 | 68 | ||
69 | If a gpio chipselect is used for the SPI slave the gpio number will be passed | 69 | If a gpio chipselect is used for the SPI slave the gpio number will be passed |
70 | via the cs_gpio | 70 | via the SPI master node cs-gpios property. |
71 | 71 | ||
72 | SPI example for an MPC5200 SPI bus: | 72 | SPI example for an MPC5200 SPI bus: |
73 | spi@f00 { | 73 | spi@f00 { |