Message ID | 1473859677-9231-8-git-send-email-peter.griffin@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Sep 14, 2016 at 02:27:45PM +0100, Peter Griffin wrote: > 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> This is gonna go through dt tree, right? If it should go through libata, please let me know. Thanks.
On 09/16/2016 05:54 PM, Tejun Heo wrote: > On Wed, Sep 14, 2016 at 02:27:45PM +0100, Peter Griffin wrote: >> 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> > > This is gonna go through dt tree, right? If it should go through > libata, please let me know. Hi Tejun I will take care of this patch and include it in the next STi DT pull request. Thanks > > Thanks. >
On Wed, Sep 14, 2016 at 02:27:45PM +0100, Peter Griffin wrote: > 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> > --- > Documentation/devicetree/bindings/ata/ahci-st.txt | 15 --------------- > 1 file changed, 15 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/ata/ahci-st.txt b/Documentation/devicetree/bindings/ata/ahci-st.txt index e1d01df..909c993 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";
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> --- Documentation/devicetree/bindings/ata/ahci-st.txt | 15 --------------- 1 file changed, 15 deletions(-)