diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-07-28 09:08:04 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-28 17:06:13 +0300 |
commit | 026badeb7055e41000e4b139833ca5bafe360eb6 (patch) | |
tree | 29404cf834b14af26229678553d1b08e6ced05d4 /Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | |
parent | b2b561757027ef03b1243c828820a9004458194c (diff) | |
download | linux-026badeb7055e41000e4b139833ca5bafe360eb6.tar.xz |
spi: fspi: Add power-domains to the DT bindings
i.MX8(X) based SoC use a power domain. Allow supplying this domain in
bindings.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Han Xu <han.xu@nxp.com>
Link: https://lore.kernel.org/r/20230728060804.22796-1-alexander.stein@ew.tq-group.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml index a813c971ecf6..7fd591145480 100644 --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml @@ -45,6 +45,9 @@ properties: - const: fspi_en - const: fspi + power-domains: + maxItems: 1 + required: - compatible - reg |