diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-06-01 12:59:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-01 19:15:51 +0300 |
commit | bbd25f1ae8bfaeb99de2a0e1985d206cd39ac014 (patch) | |
tree | e64f051c25898240fc3204863e7f37239b80f3d3 /Documentation/devicetree | |
parent | c092a878729843c10160c6f22864507ab7dbceb2 (diff) | |
download | linux-bbd25f1ae8bfaeb99de2a0e1985d206cd39ac014.tar.xz |
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 <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230601095908.563865-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-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 |