aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/ata
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2016-09-14 15:27:00 +0200
committerPatrice Chotard <patrice.chotard@st.com>2016-10-18 10:07:28 +0200
commiteae865a0cc061f89b1ec89a38f957b07e7eac86f (patch)
treec0ceac352df7a78af69adf0e0ca5e2c2a2f73508 /Documentation/devicetree/bindings/ata
parentMAINTAINERS: Remove phy-stih41x-usb.c entry from STi arch (diff)
downloadlinux-dev-eae865a0cc061f89b1ec89a38f957b07e7eac86f.tar.xz
linux-dev-eae865a0cc061f89b1ec89a38f957b07e7eac86f.zip
ahci: st: Remove STiH416 dt example
This platform is being removed from the kernel so remove the dt example. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Cc: <tj@kernel.org> Cc: <robh+dt@kernel.org> Cc: <linux-ide@vger.kernel.org> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r--Documentation/devicetree/bindings/ata/ahci-st.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-st.txt b/Documentation/devicetree/bindings/ata/ahci-st.txt
index e1d01df8e3c1..909c9935360d 100644
--- a/Documentation/devicetree/bindings/ata/ahci-st.txt
+++ b/Documentation/devicetree/bindings/ata/ahci-st.txt
@@ -18,21 +18,6 @@ Optional properties:
Example:
- /* Example for stih416 */
- sata0: sata@fe380000 {
- compatible = "st,ahci";
- reg = <0xfe380000 0x1000>;
- interrupts = <GIC_SPI 157 IRQ_TYPE_NONE>;
- interrupt-names = "hostc";
- phys = <&phy_port0 PHY_TYPE_SATA>;
- phy-names = "ahci_phy";
- resets = <&powerdown STIH416_SATA0_POWERDOWN>,
- <&softreset STIH416_SATA0_SOFTRESET>;
- reset-names = "pwr-dwn", "sw-rst";
- clocks = <&clk_s_a0_ls CLK_ICN_REG>;
- clock-names = "ahci_clk";
- };
-
/* Example for stih407 family silicon */
sata0: sata@9b20000 {
compatible = "st,ahci";