summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/spi/spi-controller.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/spi/spi-controller.yaml')
-rw-r--r--dts/Bindings/spi/spi-controller.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Bindings/spi/spi-controller.yaml b/dts/Bindings/spi/spi-controller.yaml
index a02e2fe2bf..7323392758 100644
--- a/dts/Bindings/spi/spi-controller.yaml
+++ b/dts/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>;