diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-09-03 12:01:53 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-03 08:17:12 -0600 |
commit | 15fd6ec97d4c6277ddfa170718ca277f044524d6 (patch) | |
tree | a43a3b522b8660bea9704292b972418aa1792ba9 /Documentation/devicetree/bindings/ata | |
parent | f355eece319507a73d9231e0a6fbccbf00c25286 (diff) | |
download | linux-15fd6ec97d4c6277ddfa170718ca277f044524d6.tar.bz2 |
dt-bindings: ata: ahci-platform: fix indentation of target-supply
This patch fix the indentation of target-supply's ':'.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index 5d5bd456d9d9..b88820b4c01e 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -47,7 +47,7 @@ Sub-nodes required properties: - reg : the port number And at least one of the following properties: - phys : reference to the SATA PHY node -- target-supply : regulator for SATA target power +- target-supply : regulator for SATA target power Examples: sata@ffe08000 { |