linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: spi: Fix the number of CS lines documented as an example
@ 2019-08-20 11:50 Manivannan Sadhasivam
  2019-08-20 12:05 ` Mark Brown
  2019-08-20 12:54 ` Applied "spi: Fix the number of CS lines documented as an example" to the spi tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2019-08-20 11:50 UTC (permalink / raw)
  To: broonie, robh+dt
  Cc: linux-spi, devicetree, linux-kernel, Manivannan Sadhasivam

The number of CS lines is mentioned as 2 in the spi-controller binding
but however in the example, 4 cs-gpios are used. Hence fix that to
mention 4.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
 Documentation/devicetree/bindings/spi/spi-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
index a02e2fe2bfb2..732339275848 100644
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
@@ -31,7 +31,7 @@ properties:
       If that property is used, the number of chip selects will be
       increased automatically with max(cs-gpios, hardware chip selects).
 
-      So if, for example, the controller has 2 CS lines, and the
+      So if, for example, the controller has 4 CS lines, and the
       cs-gpios looks like this
         cs-gpios = <&gpio1 0 0>, <0>, <&gpio1 1 0>, <&gpio1 2 0>;
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-20 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-20 11:50 [PATCH] dt-bindings: spi: Fix the number of CS lines documented as an example Manivannan Sadhasivam
2019-08-20 12:05 ` Mark Brown
2019-08-20 12:54 ` Applied "spi: Fix the number of CS lines documented as an example" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).