diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2015-10-29 09:22:15 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-10-31 03:52:15 +0300 |
commit | d19f9aaf01341bd02da3aca3197751f52155551a (patch) | |
tree | 3e4af26964d321414dad7f1a4d696084d0871c60 /Documentation/devicetree/bindings/ata | |
parent | 5f8e7f17f6f5472d8029c22b1b8d3f9a4b1c8dff (diff) | |
download | linux-d19f9aaf01341bd02da3aca3197751f52155551a.tar.xz |
ahci: qoriq: Rename LS2085A SoC support code to LS2080A
Freescale is renaming the LS2085A SoC to LS2080A.
This patch addresses the same.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt index b614e3b1008b..3aafe27f8cc6 100644 --- a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt +++ b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt @@ -3,7 +3,7 @@ Binding for Freescale QorIQ AHCI SATA Controller Required properties: - reg: Physical base address and size of the controller's register area. - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where - chip could be ls1021a, ls2085a, ls1043a etc. + chip could be ls1021a, ls2080a, ls1043a etc. - clocks: Input clock specifier. Refer to common clock bindings. - interrupts: Interrupt specifier. Refer to interrupt binding. |