diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2018-03-19 10:02:18 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-03-19 07:34:08 -0700 |
commit | e5878732a521dd31ea6377875e49adc424503e5b (patch) | |
tree | 76fe4690380b6067e22d201272789c8eb45f2cfb /Documentation/devicetree/bindings/ata | |
parent | 34d232eb2d0947f1a5430cbb193781e6562496ce (diff) | |
download | linux-e5878732a521dd31ea6377875e49adc424503e5b.tar.gz |
ahci: imx: add the imx6qp ahci sata support
- Regarding to imx6q ahci sata, imx6qp ahci sata
has the reset mechanism. Add the imx6qp ahci sata
support in this commit.
- Use the specific reset callback for imx53 sata,
and use the default ahci_ops.softreset for the others.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/imx-sata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/imx-sata.txt b/Documentation/devicetree/bindings/ata/imx-sata.txt index a3d14719e478..781f88751762 100644 --- a/Documentation/devicetree/bindings/ata/imx-sata.txt +++ b/Documentation/devicetree/bindings/ata/imx-sata.txt @@ -7,6 +7,7 @@ Required properties: - compatible : should be one of the following: - "fsl,imx53-ahci" for i.MX53 SATA controller - "fsl,imx6q-ahci" for i.MX6Q SATA controller + - "fsl,imx6qp-ahci" for i.MX6QP SATA controller - interrupts : interrupt mapping for SATA IRQ - reg : registers mapping - clocks : list of clock specifiers, must contain an entry for each |