diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-02-22 16:53:31 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-02-22 15:35:41 -0500 |
commit | 156c5887948cd191417f18026aab9ce26e5a95da (patch) | |
tree | 65100ae8c89fec69d8f949ceb9b9b413a6af3468 /Documentation | |
parent | 039ece38da45f5e6a94be3aa7611cf3634bc2461 (diff) | |
download | op-kernel-dev-156c5887948cd191417f18026aab9ce26e5a95da.zip op-kernel-dev-156c5887948cd191417f18026aab9ce26e5a95da.tar.gz |
ahci-platform: Add support for devices with more then 1 clock
The allwinner-sun4i AHCI controller needs 2 clocks to be enabled and the
imx AHCI controller needs 3 clocks to be enabled.
tj: Minor comment formatting updates.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation')
-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 89de156..3ced07d 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -10,6 +10,7 @@ Required properties: Optional properties: - dma-coherent : Present if dma operations are coherent +- clocks : a list of phandle + clock specifier pairs Example: sata@ffe08000 { |