2022-09-11 18:31:12

by Johan Jonker

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: 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]>
---

Changed V2:
Fix comment
---
Documentation/devicetree/bindings/spi/spi-rockchip.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
index 52768894b..66e49947b 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
--
2.20.1


2022-09-12 10:07:30

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: spi: rockchip: add power-domains property

On Sun, 11 Sep 2022 19:58:39 +0200, Johan Jonker wrote:
> 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.
>
>

Applied to

broonie/spi.git for-next

Thanks!

[1/1] dt-bindings: spi: rockchip: add power-domains property
commit: 83e5335bf58b090b1fc0b30cb1a1fedf07f0c217

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark