diff options
| author | Corentin Labbe <[email protected]> | 2018-09-03 12:01:55 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-09-03 08:17:13 -0600 |
| commit | d4fbe64bc6ed4a08f01bfd3a224c5a3ff083ec85 (patch) | |
| tree | 40a96b086c6833de1b9e492f0e5ed8dcb93dd249 | |
| parent | a37da9180f42c953416c8aa3be2fbedf59fc4e3b (diff) | |
dt-bindings: ata: ahci-platform: document ahci-supply
This patch document the new optional ahci-supply.
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index b88820b4c01e..f495774c8af9 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -33,6 +33,7 @@ Optional properties: - target-supply : regulator for SATA target power - phys : reference to the SATA PHY node - phy-names : must be "sata-phy" +- ahci-supply : regulator for AHCI controller - ports-implemented : Mask that indicates which ports that the HBA supports are available for software to use. Useful if PORTS_IMPL is not programmed by the BIOS, which is true with |