diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-09-03 13:01:57 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-03 17:17:13 +0300 |
commit | a052ae02e40128bf26755ff1be8511c6f4ca85a3 (patch) | |
tree | 3f2b4f5a961e2e14a597537e7b2f54c0975d343d /Documentation/devicetree/bindings/ata | |
parent | f20fb266e77a8af8a6e42eecfb5981178cc4d8a1 (diff) | |
download | linux-a052ae02e40128bf26755ff1be8511c6f4ca85a3.tar.xz |
dt-bindings: ata: ahci-platform: document phy-supply
This patch document the new optional phy-supply.
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 f495774c8af9..45b451961612 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -31,6 +31,7 @@ Optional properties: - clocks : a list of phandle + clock specifier pairs - resets : a list of phandle + reset specifier pairs - target-supply : regulator for SATA target power +- phy-supply : regulator for PHY power - phys : reference to the SATA PHY node - phy-names : must be "sata-phy" - ahci-supply : regulator for AHCI controller |