All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next v2 1/1] ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address
Date: Tue, 20 Jan 2015 19:15:36 +0800	[thread overview]
Message-ID: <20150120111534.GA2766@dragon> (raw)
In-Reply-To: <1421743697-26918-1-git-send-email-b38611@freescale.com>

On Tue, Jan 20, 2015 at 04:48:17PM +0800, Fugang Duan wrote:
> The commit (3d125f9c91c5) cause i.MX6SX sdb enet cannot work. The cause is
> the commit add mdio node with un-correct phy address.
> 
> The patch just correct i.MX6sx sdb board enet phy address.
> 
> V2:
> * As Shawn's suggestion that unit-address should match 'reg' property, so
>   update ethernet-phy unit-address.
> 
> Acked-by: Stefan Agner <stefan@agner.ch>
> Signed-off-by: Fugang Duan <B38611@freescale.com>

Acked-by: Shawn Guo <shawn.guo@linaro.org>

David,

I assume that you will send this fix for 3.19, since commit 3d125f9c91c5
was sent via your tree.  Otherwise, let me know and I will manage to
send it via arm-soc tree.

Shawn

> ---
>  arch/arm/boot/dts/imx6sx-sdb.dts |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
> index 8c1febd..c108bb4 100644
> --- a/arch/arm/boot/dts/imx6sx-sdb.dts
> +++ b/arch/arm/boot/dts/imx6sx-sdb.dts
> @@ -166,12 +166,12 @@
>  		#address-cells = <1>;
>  		#size-cells = <0>;
>  
> -		ethphy1: ethernet-phy at 0 {
> -			reg = <0>;
> +		ethphy1: ethernet-phy at 1 {
> +			reg = <1>;
>  		};
>  
> -		ethphy2: ethernet-phy at 1 {
> -			reg = <1>;
> +		ethphy2: ethernet-phy at 2 {
> +			reg = <2>;
>  		};
>  	};
>  };
> -- 
> 1.7.8
> 

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawn.guo@linaro.org>
To: Fugang Duan <b38611@freescale.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org, s.hauer@pengutronix.de, stefan@agner.ch,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH net-next v2 1/1] ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address
Date: Tue, 20 Jan 2015 19:15:36 +0800	[thread overview]
Message-ID: <20150120111534.GA2766@dragon> (raw)
In-Reply-To: <1421743697-26918-1-git-send-email-b38611@freescale.com>

On Tue, Jan 20, 2015 at 04:48:17PM +0800, Fugang Duan wrote:
> The commit (3d125f9c91c5) cause i.MX6SX sdb enet cannot work. The cause is
> the commit add mdio node with un-correct phy address.
> 
> The patch just correct i.MX6sx sdb board enet phy address.
> 
> V2:
> * As Shawn's suggestion that unit-address should match 'reg' property, so
>   update ethernet-phy unit-address.
> 
> Acked-by: Stefan Agner <stefan@agner.ch>
> Signed-off-by: Fugang Duan <B38611@freescale.com>

Acked-by: Shawn Guo <shawn.guo@linaro.org>

David,

I assume that you will send this fix for 3.19, since commit 3d125f9c91c5
was sent via your tree.  Otherwise, let me know and I will manage to
send it via arm-soc tree.

Shawn

> ---
>  arch/arm/boot/dts/imx6sx-sdb.dts |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
> index 8c1febd..c108bb4 100644
> --- a/arch/arm/boot/dts/imx6sx-sdb.dts
> +++ b/arch/arm/boot/dts/imx6sx-sdb.dts
> @@ -166,12 +166,12 @@
>  		#address-cells = <1>;
>  		#size-cells = <0>;
>  
> -		ethphy1: ethernet-phy@0 {
> -			reg = <0>;
> +		ethphy1: ethernet-phy@1 {
> +			reg = <1>;
>  		};
>  
> -		ethphy2: ethernet-phy@1 {
> -			reg = <1>;
> +		ethphy2: ethernet-phy@2 {
> +			reg = <2>;
>  		};
>  	};
>  };
> -- 
> 1.7.8
> 

  reply	other threads:[~2015-01-20 11:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-20  8:48 [PATCH net-next v2 1/1] ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address Fugang Duan
2015-01-20  8:48 ` Fugang Duan
2015-01-20 11:15 ` Shawn Guo [this message]
2015-01-20 11:15   ` Shawn Guo
2015-01-25  5:55 ` David Miller
2015-01-25  5:55   ` David Miller

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=20150120111534.GA2766@dragon \
    --to=shawn.guo@linaro.org \
    --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 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.