All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Byungho An' <bh74.an@samsung.com>, linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] ARM: dts: Add node for GMAC for exynos5440
Date: Thu, 31 Jan 2013 14:54:30 -0800	[thread overview]
Message-ID: <0b5501ce0005$ef0df970$cd29ec50$@samsung.com> (raw)
In-Reply-To: <014101cdfb4b$466426a0$d32c73e0$@samsung.com>

Byungho An wrote:
> 
> 
> This patch adds node for GMAC for exynos5440
> EXYNOS5440 SoC supported by GMAC driver.
> 
> Signed-off-by: Byungho An <bh74.an@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5440.dtsi |   11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5440.dtsi
> b/arch/arm/boot/dts/exynos5440.dtsi
> index 024269d..d8c215e 100644
> --- a/arch/arm/boot/dts/exynos5440.dtsi
> +++ b/arch/arm/boot/dts/exynos5440.dtsi
> @@ -131,6 +131,17 @@
>  		interrupts = <0 1 0>;
>  	};
> 
> +	gmac: ethernet@00230000 {
> +		compatible = "snps,dwmac-3.70a";
> +		reg = <0x00230000 0x8000>;
> +		interrupt-parent = <&gic>;
> +		interrupts = <0 31 4>;
> +		interrupt-names = "macirq";
> +		phy-mode = "sgmii";
> +		clocks = <&clock 12>;
> +		clock-names = "stmmaceth";
> +	};
> +
>  	amba {
>  		#address-cells = <1>;
>  		#size-cells = <1>;
> --
> 1.7.10.4

Can you put it by order of address?

Thanks.

- Kukjin

  reply	other threads:[~2013-01-31 22:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25 22:28 [PATCH] ARM: dts: Add node for GMAC for exynos5440 Byungho An
2013-01-31 22:54 ` Kukjin Kim [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-23  2:11 Kukjin Kim
2012-11-23  2:11 ` Kukjin Kim

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='0b5501ce0005$ef0df970$cd29ec50$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=bh74.an@samsung.com \
    --cc=linux-samsung-soc@vger.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 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.