summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2016-06-13 11:44:09 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:51:01 +0900
commit21075927dd024275e3414894568c7ee60756fc22 (patch)
tree8e0765e71b91a23a27b2313b94ca6c7860aafb02 /Documentation
parent35dcbe2486f40f9c8ecc5bf44596ffc43ff1461a (diff)
spi: s3c64xx: add the BROKEN_CS case when setting up the transfer
The CS line might be disconneced ("broken"), therefore unused. In this case, the device doesn't need to wait for the user to handle the CS line for selecting the slave. The data will then be automatically transferred without taking the CS line status into account. Change-Id: Ibddf87721b7d882efbdad9c978b79a3e19189b3e Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/spi/spi-samsung.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-samsung.txt b/Documentation/devicetree/bindings/spi/spi-samsung.txt
index 6dbdeb3c361a..62f19b6f8387 100644
--- a/Documentation/devicetree/bindings/spi/spi-samsung.txt
+++ b/Documentation/devicetree/bindings/spi/spi-samsung.txt
@@ -40,6 +40,9 @@ Optional Board Specific Properties:
- cs-gpios: should specify GPIOs used for chipselects (see spi-bus.txt)
+- broken-cs: the CS line is disconnected, therefore the device should not wait
+ for the CS protocol to be established
+
SPI Controller specific data in SPI slave nodes:
- The spi slave nodes should provide the following information which is required