diff options
| author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-01-15 09:09:36 -0500 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2015-01-19 09:53:26 -0500 |
| commit | 6bd15996071096456578871b286d3e2185bd91e6 (patch) | |
| tree | f1aeafe79287556ff0e4a5a609d957450b0e4573 /Documentation/devicetree/bindings/ata | |
| parent | 6033798121e154005cd537c192729025c9da8901 (diff) | |
Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings
It is now possible to use a regulator property for each port of the
AHCI controller.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
| -rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index 4ab09f2202d4..c2340eeeb97f 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt | |||
| @@ -37,9 +37,10 @@ Required properties when using sub-nodes: | |||
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | Sub-nodes required properties: | 39 | Sub-nodes required properties: |
| 40 | - reg : the port number | 40 | - reg : the port number |
| 41 | - phys : reference to the SATA PHY node | 41 | And at least one of the following properties: |
| 42 | 42 | - phys : reference to the SATA PHY node | |
| 43 | - target-supply : regulator for SATA target power | ||
| 43 | 44 | ||
| 44 | Examples: | 45 | Examples: |
| 45 | sata@ffe08000 { | 46 | sata@ffe08000 { |
| @@ -68,10 +69,12 @@ With sub-nodes: | |||
| 68 | sata0: sata-port@0 { | 69 | sata0: sata-port@0 { |
| 69 | reg = <0>; | 70 | reg = <0>; |
| 70 | phys = <&sata_phy 0>; | 71 | phys = <&sata_phy 0>; |
| 72 | target-supply = <®_sata0>; | ||
| 71 | }; | 73 | }; |
| 72 | 74 | ||
| 73 | sata1: sata-port@1 { | 75 | sata1: sata-port@1 { |
| 74 | reg = <1>; | 76 | reg = <1>; |
| 75 | phys = <&sata_phy 1>; | 77 | phys = <&sata_phy 1>; |
| 78 | target-supply = <®_sata1>;; | ||
| 76 | }; | 79 | }; |
| 77 | }; | 80 | }; |
