diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2026-06-26 20:03:23 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-30 18:20:45 +0100 |
| commit | eeda4e1e6d7e178f9638b039f93a01ba2066bbfa (patch) | |
| tree | 9320b0c16530b7b5720bfdeece6a7681dc03d24a | |
| parent | d1f02ae4764247fd6220d56930ac7d33af1ac1cf (diff) | |
| download | linux-eeda4e1e6d7e178f9638b039f93a01ba2066bbfa.tar.gz linux-eeda4e1e6d7e178f9638b039f93a01ba2066bbfa.zip | |
spi: dt-bindings: snps,dw-apb-ssi: add 'power-domains' property
This SPI controller likely belongs to a power domain for all the SoCs
listed. For sure, it belongs to one on the Renesas RZ/N1 SoC, so
enable the property to be able to describe its power domain in DTs.
Suggested-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Herve Codina <herve.codina@bootlin.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260626180326.9593-3-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml index 447be88caf34..95a5bd894e93 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -93,6 +93,9 @@ properties: - const: ssi_clk - const: pclk + power-domains: + maxItems: 1 + resets: maxItems: 1 |
