From: Lee Jones <lee.jones@linaro.org>
To: Peter Griffin <peter.griffin@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, maxime.coquelin@st.com,
patrice.chotard@st.com, srinivas.kandagatla@gmail.com,
tj@kernel.org, linux-ide@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 2/3] ARM: DT: STi: STiH407: Add sata DT nodes.
Date: Mon, 2 Mar 2015 17:00:28 +0000 [thread overview]
Message-ID: <20150302170028.GB6976@x1> (raw)
In-Reply-To: <1425300519-13747-3-git-send-email-peter.griffin@linaro.org>
On Mon, 02 Mar 2015, Peter Griffin wrote:
> Now that the miphy28lp is upstream, we can add the sata dt nodes
> for stih407 family silicon. This has been tested on b2120 board
> J4 (sata0 channel). These nodes are disabled by default as a
> special mini pci-e to sata daughter board is required which
> isn't shipped with the board.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
> arch/arm/boot/dts/stih407-family.dtsi | 44 +++++++++++++++++++++++++++++++++++
> 1 file changed, 44 insertions(+)
Acked-by: Lee Jones <lee.jones@linaro.org>
> diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> index a57c06e..d526921 100644
> --- a/arch/arm/boot/dts/stih407-family.dtsi
> +++ b/arch/arm/boot/dts/stih407-family.dtsi
> @@ -338,6 +338,50 @@
> };
> };
>
> + sata0: sata@9b20000 {
> + compatible = "st,ahci";
> + reg = <0x9b20000 0x1000>;
> +
> + interrupts = <GIC_SPI 159 IRQ_TYPE_NONE>;
> + interrupt-names = "hostc";
> +
> + phys = <&phy_port0 PHY_TYPE_SATA>;
> + phy-names = "ahci_phy";
> +
> + resets = <&powerdown STIH407_SATA0_POWERDOWN>,
> + <&softreset STIH407_SATA0_SOFTRESET>,
> + <&softreset STIH407_SATA0_PWR_SOFTRESET>;
> + reset-names = "pwr-dwn", "sw-rst", "pwr-rst";
> +
> + clock-names = "ahci_clk";
> + clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
> +
> + status = "disabled";
> + };
> +
> + sata1: sata@9b28000 {
> + compatible = "st,ahci";
> + reg = <0x9b28000 0x1000>;
> +
> + interrupts = <GIC_SPI 170 IRQ_TYPE_NONE>;
> + interrupt-names = "hostc";
> +
> + phys = <&phy_port1 PHY_TYPE_SATA>;
> + phy-names = "ahci_phy";
> +
> + resets = <&powerdown STIH407_SATA1_POWERDOWN>,
> + <&softreset STIH407_SATA1_SOFTRESET>,
> + <&softreset STIH407_SATA1_PWR_SOFTRESET>;
> + reset-names = "pwr-dwn",
> + "sw-rst",
> + "pwr-rst";
> +
> + clock-names = "ahci_clk";
> + clocks = <&clk_s_c0_flexgen CLK_ICN_REG>;
> +
> + status = "disabled";
> + };
> +
> st_dwc3: dwc3@8f94000 {
> compatible = "st,stih407-dwc3";
> reg = <0x08f94000 0x1000>, <0x110 0x4>;
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2015-03-02 17:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 12:48 [PATCH 0/3] Enable ahci_st for stih407 and fix hang Peter Griffin
2015-03-02 12:48 ` [PATCH 1/3] ahci: st: Update the ahci_st DT documentation Peter Griffin
2015-03-02 16:59 ` Lee Jones
2015-03-02 12:48 ` [PATCH 2/3] ARM: DT: STi: STiH407: Add sata DT nodes Peter Griffin
2015-03-02 17:00 ` Lee Jones [this message]
2015-03-02 12:48 ` [PATCH 3/3] ahci: st: st_configure_oob must be called after IP is clocked Peter Griffin
2015-03-02 17:03 ` Lee Jones
2015-03-03 12:23 ` [PATCH 0/3] Enable ahci_st for stih407 and fix hang Maxime Coquelin
-- strict thread matches above, loose matches on Subject: below --
2015-03-31 7:35 [PATCH RESEND " Peter Griffin
2015-03-31 7:35 ` [PATCH 2/3] ARM: DT: STi: STiH407: Add sata DT nodes Peter Griffin
2015-04-30 11:06 ` Maxime Coquelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150302170028.GB6976@x1 \
--to=lee.jones@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.coquelin@st.com \
--cc=patrice.chotard@st.com \
--cc=peter.griffin@linaro.org \
--cc=srinivas.kandagatla@gmail.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).