Merge branch 'spi-5.3' into spi-linus

This commit is contained in:
Mark Brown
2019-09-15 10:32:04 +01:00
7 changed files with 34 additions and 7 deletions

View File

@@ -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>;