aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/ata/ahci-st.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-st.txt b/Documentation/devicetree/bindings/ata/ahci-st.txt
index 0574a77a0b9f..133120270066 100644
--- a/Documentation/devicetree/bindings/ata/ahci-st.txt
+++ b/Documentation/devicetree/bindings/ata/ahci-st.txt
@@ -11,7 +11,7 @@ Required properties:
11 - reset-names : Associated names must be; "pwr-dwn" and "sw-rst" 11 - reset-names : Associated names must be; "pwr-dwn" and "sw-rst"
12 - clocks : The phandle for the clock 12 - clocks : The phandle for the clock
13 - clock-names : Associated name must be; "ahci_clk" 13 - clock-names : Associated name must be; "ahci_clk"
14 - phys : The phandle for the PHY device 14 - phys : The phandle for the PHY port
15 - phy-names : Associated name must be; "ahci_phy" 15 - phy-names : Associated name must be; "ahci_phy"
16 16
17Example: 17Example:
@@ -21,7 +21,7 @@ Example:
21 reg = <0xfe380000 0x1000>; 21 reg = <0xfe380000 0x1000>;
22 interrupts = <GIC_SPI 157 IRQ_TYPE_NONE>; 22 interrupts = <GIC_SPI 157 IRQ_TYPE_NONE>;
23 interrupt-names = "hostc"; 23 interrupt-names = "hostc";
24 phys = <&miphy365x_phy MIPHY_PORT_0 MIPHY_TYPE_SATA>; 24 phys = <&phy_port0 PHY_TYPE_SATA>;
25 phy-names = "ahci_phy"; 25 phy-names = "ahci_phy";
26 resets = <&powerdown STIH416_SATA0_POWERDOWN>, 26 resets = <&powerdown STIH416_SATA0_POWERDOWN>,
27 <&softreset STIH416_SATA0_SOFTRESET>; 27 <&softreset STIH416_SATA0_SOFTRESET>;