diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2015-10-29 14:22:17 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-10-31 09:52:15 +0900 |
commit | d72c0f430b19a7ee80d904a59c6c9a1c40e016cc (patch) | |
tree | 2c607f790fe1cfd776a6e0db6058c3bcae8171d8 /Documentation/devicetree/bindings/ata | |
parent | 640847298e2b7f19e1376cf5a6fda0fce5d96fb2 (diff) |
devicetree: bindings: Fixed a few typos
There is a few typos in Freescale QorIQ AHCI bindings, This
patch fixes them.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt index 3aafe27f8cc6..032a7606b862 100644 --- a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt +++ b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt @@ -8,8 +8,8 @@ Required properties: - interrupts: Interrupt specifier. Refer to interrupt binding. Optional properties: - - dma-coherent: Enable ACHI coherency DMA operation. - - reg-names: register area names when there are more then 1 regster area. + - dma-coherent: Enable AHCI coherent DMA operation. + - reg-names: register area names when there are more than 1 register area. Examples: sata@3200000 { |