linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: grygorii.strashko@ti.com (Grygorii Strashko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: dts: keystone: add mdio devices entries
Date: Thu, 17 Jul 2014 17:59:22 +0300	[thread overview]
Message-ID: <53C7E4CA.2090903@ti.com> (raw)
In-Reply-To: <1405609087-9128-1-git-send-email-grygorii.strashko@ti.com>

Hi Santosh,
On 07/17/2014 05:58 PM, Grygorii Strashko wrote:
> The Keystone 2 has MDIO HW block which are compatible
> to Davinci SoCs:
> See "Gigabit Ethernet (GbE) Switch Subsystem"
>    See http://www.ti.com/lit/ug/sprugv9d/sprugv9d.pdf
>
> Hence, add corresponding DT entry for Keystone 2.

This is updated version of patch (missed v2 in subj).

>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
>   arch/arm/boot/dts/keystone.dtsi |   11 +++++++++++
>   1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
> index c1414cb..9e31fe7 100644
> --- a/arch/arm/boot/dts/keystone.dtsi
> +++ b/arch/arm/boot/dts/keystone.dtsi
> @@ -266,5 +266,16 @@
>   			ranges = <0 0 0x30000000 0x10000000
>   				  1 0 0x21000A00 0x00000100>;
>   		};
> +
> +		mdio: mdio at 02090300 {
> +			compatible	= "ti,keystone_mdio", "ti,davinci_mdio";
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +			reg		= <0x02090300 0x100>;
> +			status = "disabled";
> +			clocks = <&clkpa>;
> +			clock-names = "fck";
> +			bus_freq	= <2500000>;
> +		};
>   	};
>   };
>

  reply	other threads:[~2014-07-17 14:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09 13:14 [PATCH 0/3] ARM: keystone: enable mdio support Grygorii Strashko
2014-07-09 13:14 ` [PATCH 1/3] ARM: dts: keystone: add mdio devices entries Grygorii Strashko
2014-07-17 14:58   ` Grygorii Strashko
2014-07-17 14:59     ` Grygorii Strashko [this message]
2014-07-09 13:14 ` [PATCH 2/3] ARM: dts: keystone-evm: add 1g ethernet phys nodes Grygorii Strashko
2014-07-09 13:14 ` [PATCH 3/3] ARM: keystone_defconfig: enable mdio and marvell eth phys Grygorii Strashko
2014-07-09 14:24 ` [PATCH 0/3] ARM: keystone: enable mdio support Santosh Shilimkar

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=53C7E4CA.2090903@ti.com \
    --to=grygorii.strashko@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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).