IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / ata / exynos-sata-phy.txt
blob37824fac688e9f033d7a11888deb69239e8a6107
1 * Samsung SATA PHY Controller
3 SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
4 Each SATA PHY controller should have its own node.
6 Required properties:
7 - compatible        : compatible list, contains "samsung,exynos5-sata-phy"
8 - reg               : <registers mapping>
10 Example:
11         sata@ffe07000 {
12                 compatible = "samsung,exynos5-sata-phy";
13                 reg = <0xffe07000 0x1000>;
14         };