diff options
author | Ji Sheng Teoh <[email protected]> | 2024-05-08 13:47:28 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-05-27 01:32:58 +0100 |
commit | 837e53f766fe9423fcb4e0eacbb3b7ff0e33103c (patch) | |
tree | 12206f5f60287148bec62da7995999282c014a73 | |
parent | 6cf3c0f84d40847843f86e8ead58c92602b2d80d (diff) |
spi: dt-bindings: spi-cadence: Add optional reset control
Document the optional reset control to SPI.
Co-developed-by: Eng Lee Teh <[email protected]>
Signed-off-by: Eng Lee Teh <[email protected]>
Co-developed-by: Ley Foon Tan <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
Signed-off-by: Ji Sheng Teoh <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 |