diff options
author | Frank Wunderlich <frank-w@public-files.de> | 2022-03-12 00:03:55 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-03-12 06:46:11 +0300 |
commit | 3f5a539b35e45c53d6f0629b0e7312f10ad34052 (patch) | |
tree | 257784a53067529691465076f9c5f5ba7ee04069 /Documentation/devicetree/bindings/ata | |
parent | 7f4f25a6887c7d1381756deba882f6f6106433f6 (diff) | |
download | linux-3f5a539b35e45c53d6f0629b0e7312f10ad34052.tar.xz |
dt-bindings: ata: ahci-platform: Add power-domains property
Some SoC using power-domains property so add it here
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220311210357.222830-5-linux@fw-web.de
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.yaml b/Documentation/devicetree/bindings/ata/ahci-platform.yaml index e71bfb04d7f1..a02f6d12773e 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.yaml +++ b/Documentation/devicetree/bindings/ata/ahci-platform.yaml @@ -108,6 +108,9 @@ properties: some embedded SoCs. maximum: 0x1f + power-domains: + maxItems: 1 + resets: maxItems: 1 |