diff options
author | Johan Jonker <[email protected]> | 2022-09-11 19:58:39 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-11 23:51:09 +0100 |
commit | 83e5335bf58b090b1fc0b30cb1a1fedf07f0c217 (patch) | |
tree | 3e7b09c34805c0dd1500cf8eba061c23643c22f1 | |
parent | b04c2a19d66323624ca2fffa3a6703d7cec33a60 (diff) |
spi: rockchip: add power-domains property
The Rockchip rk3399 TRM mentions that pd_sdioaudio includes
sdio, spi, i2s and spdif. Add a power-domains property to
to match reality with spi-rockchip.yaml.
Signed-off-by: Johan Jonker <[email protected]>
Acked-by: Heiko Stuebner <[email protected]>
Acked-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/spi-rockchip.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml index 52768894bea9..66e49947b703 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml @@ -82,6 +82,9 @@ properties: where the "sleep" configuration may describe the state the pins should be in during system suspend. + power-domains: + maxItems: 1 + required: - compatible - reg |