diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-03-23 04:30:53 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-03-26 17:40:01 +0300 |
commit | f0f56716fc3e5d547fd7811eb218a30ed0695605 (patch) | |
tree | 98e855715735d806bdc2dfec4836decb8799ef50 /Documentation/devicetree/bindings/ata | |
parent | 3d6f22b74d919a5f32a6093666e85be110cc06de (diff) | |
download | linux-f0f56716fc3e5d547fd7811eb218a30ed0695605.tar.xz |
ata: ahci-platform: add reset control support
Add support to get and control a list of resets for the device
as optional and shared. These resets must be kept de-asserted until
the device is enabled.
This is specified as shared because some SoCs like UniPhier series
have common reset controls with all ahci controller instances.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-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 | 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 c760ecb81381..f4006d3c9fdf 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -30,6 +30,7 @@ compatible: Optional properties: - dma-coherent : Present if dma operations are coherent - clocks : a list of phandle + clock specifier pairs +- resets : a list of phandle + reset specifier pairs - target-supply : regulator for SATA target power - phys : reference to the SATA PHY node - phy-names : must be "sata-phy" |