Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Griffin and committed by
Patrice Chotard
eae865a0 c54540f0

-15
-15
Documentation/devicetree/bindings/ata/ahci-st.txt
··· 18 18 19 19 Example: 20 20 21 - /* Example for stih416 */ 22 - sata0: sata@fe380000 { 23 - compatible = "st,ahci"; 24 - reg = <0xfe380000 0x1000>; 25 - interrupts = <GIC_SPI 157 IRQ_TYPE_NONE>; 26 - interrupt-names = "hostc"; 27 - phys = <&phy_port0 PHY_TYPE_SATA>; 28 - phy-names = "ahci_phy"; 29 - resets = <&powerdown STIH416_SATA0_POWERDOWN>, 30 - <&softreset STIH416_SATA0_SOFTRESET>; 31 - reset-names = "pwr-dwn", "sw-rst"; 32 - clocks = <&clk_s_a0_ls CLK_ICN_REG>; 33 - clock-names = "ahci_clk"; 34 - }; 35 - 36 21 /* Example for stih407 family silicon */ 37 22 sata0: sata@9b20000 { 38 23 compatible = "st,ahci";