diff options
author | Neil Armstrong <[email protected]> | 2024-06-05 11:37:45 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-06-05 18:05:20 +0100 |
commit | 3b0d6a32115c88618794406123ef8466f0327898 (patch) | |
tree | 264371bfd6f49602ba9dc2be6abc53c997ae5cfe | |
parent | cc160697a576150975280a4b5394fe9c70700503 (diff) |
dt-bindings: spi: amlogic,a1-spifc: add missing power-domains
On the Amlogic A1, the SPI FC controller can require a power-domain to
operate, add it as optional.
Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://msgid.link/r/20240605-topic-amlogic-upstream-bindings-fixes-power-domains-spifc-v1-1-380f29ba4a16@linaro.org
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml b/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml index ea47d30eef43..043879b434ac 100644 --- a/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml +++ b/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml @@ -23,6 +23,9 @@ properties: clocks: maxItems: 1 + power-domains: + maxItems: 1 + required: - compatible - reg |