From: Kishon Vijay Abraham I <kishon@ti.com>
To: Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>
Cc: devicetree@vger.kernel.org, linux-ide@vger.kernel.org,
Gregory Clement <gregory.clement@free-electrons.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Subject: Re: [PATCH 4/5] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY
Date: Thu, 5 Dec 2013 11:47:54 +0530 [thread overview]
Message-ID: <52A01A92.1000305@ti.com> (raw)
In-Reply-To: <1386177364-10164-5-git-send-email-andrew@lunn.ch>
Hi,
On Wednesday 04 December 2013 10:46 PM, Andrew Lunn wrote:
> Add nodes for the two SATA PHYs on kirkewood.
> Add node for the one SATA PHY on Dove.
> Add pHandles to the PHYs in the sata nodes.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
> arch/arm/boot/dts/dove.dtsi | 11 +++++++++++
> arch/arm/boot/dts/kirkwood-6281.dtsi | 2 ++
> arch/arm/boot/dts/kirkwood-6282.dtsi | 2 ++
> arch/arm/boot/dts/kirkwood.dtsi | 18 ++++++++++++++++++
> 4 files changed, 33 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
> index 113a8bc7bee7..d56b3c675249 100644
> --- a/arch/arm/boot/dts/dove.dtsi
> +++ b/arch/arm/boot/dts/dove.dtsi
> @@ -490,10 +490,21 @@
> reg = <0xa0000 0x2400>;
> interrupts = <62>;
> clocks = <&gate_clk 3>;
> + phys = <&sata_phy0>;
> + phy-names = "0";
A more descriptive phy-names would be good here and below.
> nr-ports = <1>;
> status = "disabled";
> };
>
> + sata_phy0: sata_phy@0 {
> + compatible = "marvell,mvebu-sata-phy";
> + reg = <0xa2000 0x0334>;
> + clocks = <&gate_clk 3>;
> + clock-names = "sata";
> + #phy-cells = <0>;
Ah.. only you documentation was having this value as '1'. Only that needs to be
fixed then.
Thanks
Kishon
next prev parent reply other threads:[~2013-12-05 6:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 17:15 [PATCH 0/5] MVEBU SATA PHY driver Andrew Lunn
2013-12-04 17:16 ` [PATCH 1/5] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-05 6:03 ` Kishon Vijay Abraham I
2013-12-05 9:43 ` Andrew Lunn
2013-12-05 9:47 ` Andrew Lunn
2013-12-05 10:35 ` Kishon Vijay Abraham I
2013-12-10 22:59 ` Andrew Lunn
2013-12-11 5:41 ` Kishon Vijay Abraham I
[not found] ` <1386177364-10164-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2013-12-04 17:16 ` [PATCH 2/5] Phy: Add a PHY driver for Marvell MVEBU SATA PHY Andrew Lunn
2013-12-05 6:10 ` Kishon Vijay Abraham I
2013-12-04 17:16 ` [PATCH 3/5] SATA: MV: Add support for the optional PHYs Andrew Lunn
2013-12-05 6:15 ` Kishon Vijay Abraham I
2013-12-04 17:16 ` [PATCH 4/5] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Andrew Lunn
2013-12-04 20:01 ` Sergei Shtylyov
2013-12-04 19:18 ` Andrew Lunn
2013-12-05 6:17 ` Kishon Vijay Abraham I [this message]
2013-12-04 17:16 ` [PATCH 5/5] ARM: defconfig: Enable generic phy in dove and kirkwood Andrew Lunn
2013-12-04 20:03 ` Sergei Shtylyov
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=52A01A92.1000305@ti.com \
--to=kishon@ti.com \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=linux-ide@vger.kernel.org \
--cc=sebastian.hesselbarth@googlemail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.