diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-01 11:59:07 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-06-01 17:15:51 +0100 |
commit | bbd25f1ae8bfaeb99de2a0e1985d206cd39ac014 (patch) | |
tree | e64f051c25898240fc3204863e7f37239b80f3d3 | |
parent | c092a878729843c10160c6f22864507ab7dbceb2 (diff) |
spi: dt-bindings: samsung: drop cs-gpios
Remove cs-gpios because it is already mentioned by common
spi-controller.yaml.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/samsung,spi.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml index e0a465d70b0a..79da99ca0e53 100644 --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml @@ -35,8 +35,6 @@ properties: minItems: 2 maxItems: 3 - cs-gpios: true - dmas: minItems: 2 maxItems: 2 |