Skip to content

Commit

Permalink
ahci-imx: Port to library-ised ahci_platform
Browse files Browse the repository at this point in the history
This avoids the ugliness of creating a nested platform device from probe.

While moving it around anyways, move the mk6q phy init code from probe
to imx_sata_enable, as the phy needs to be re-initialized on resume too,
otherwise the drive won't be recognized after resume.

Tested on a wandboard i.mx6 quad.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Hans de Goede authored and Tejun Heo committed Feb 22, 2014
1 parent c5754b5 commit 90870d7
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 206 deletions.
9 changes: 7 additions & 2 deletions Documentation/devicetree/bindings/ata/ahci-platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Each SATA controller should have its own node.

Required properties:
- compatible : compatible list, one of "snps,spear-ahci",
"snps,exynos5440-ahci", "ibm,476gtr-ahci", or
"allwinner,sun4i-a10-ahci"
"snps,exynos5440-ahci", "ibm,476gtr-ahci",
"allwinner,sun4i-a10-ahci", "fsl,imx53-ahci" or
"fsl,imx6q-ahci"
- interrupts : <interrupt mapping for SATA IRQ>
- reg : <registers mapping>

Expand All @@ -15,6 +16,10 @@ Optional properties:
- clocks : a list of phandle + clock specifier pairs
- target-supply : regulator for SATA target power

"fsl,imx53-ahci", "fsl,imx6q-ahci" required properties:
- clocks : must contain the sata, sata_ref and ahb clocks
- clock-names : must contain "ahb" for the ahb clock

Examples:
sata@ffe08000 {
compatible = "snps,spear-ahci";
Expand Down
Loading

0 comments on commit 90870d7

Please sign in to comment.