diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-09-03 12:01:55 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-03 16:17:13 +0200 |
commit | d4fbe64bc6ed4a08f01bfd3a224c5a3ff083ec85 (patch) | |
tree | 40a96b086c6833de1b9e492f0e5ed8dcb93dd249 /Documentation/devicetree/bindings/ata | |
parent | ata: ahci_platform: add support for AHCI controller regulator (diff) | |
download | linux-d4fbe64bc6ed4a08f01bfd3a224c5a3ff083ec85.tar.xz linux-d4fbe64bc6ed4a08f01bfd3a224c5a3ff083ec85.zip |
dt-bindings: ata: ahci-platform: document ahci-supply
This patch document the new optional ahci-supply.
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-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 |