diff options
author | Frank Wunderlich <[email protected]> | 2022-03-11 22:03:55 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-03-11 21:46:11 -0600 |
commit | 3f5a539b35e45c53d6f0629b0e7312f10ad34052 (patch) | |
tree | 257784a53067529691465076f9c5f5ba7ee04069 | |
parent | 7f4f25a6887c7d1381756deba882f6f6106433f6 (diff) |
dt-bindings: ata: ahci-platform: Add power-domains property
Some SoC using power-domains property so add it here
Signed-off-by: Frank Wunderlich <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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 |