diff options
author | Ji Sheng Teoh <jisheng.teoh@starfivetech.com> | 2024-05-08 07:47:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-27 02:32:58 +0200 |
commit | 837e53f766fe9423fcb4e0eacbb3b7ff0e33103c (patch) | |
tree | 12206f5f60287148bec62da7995999282c014a73 /Documentation | |
parent | spi: spi-cadence: Add optional reset control support (diff) | |
download | linux-837e53f766fe9423fcb4e0eacbb3b7ff0e33103c.tar.xz linux-837e53f766fe9423fcb4e0eacbb3b7ff0e33103c.zip |
spi: dt-bindings: spi-cadence: Add optional reset control
Document the optional reset control to SPI.
Co-developed-by: Eng Lee Teh <englee.teh@starfivetech.com>
Signed-off-by: Eng Lee Teh <englee.teh@starfivetech.com>
Co-developed-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Signed-off-by: Ji Sheng Teoh <jisheng.teoh@starfivetech.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240508054728.1751162-3-jisheng.teoh@starfivetech.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-cadence.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml index d4b61b0e8301..8de96abe9da1 100644 --- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml +++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml @@ -55,6 +55,13 @@ properties: label: description: Descriptive name of the SPI controller. + resets: + maxItems: 1 + + reset-names: + items: + - const: spi + required: - compatible - reg |