public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public•gmane.org>
To: Boris Brezillon
	<boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public•gmane.org>,
	"David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public•gmane.org>,
	<netdev-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>
Cc: Jean-Christophe Plagniol-Villard
	<plagnioj-sclMFOaUSTBWk0Htik3J/w@public•gmane.org>,
	"Alexandre Belloni"
	<alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public•gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public•gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public•gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public•gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public•gmane.org>,
	"Kumar Gala" <galak-sgV2jX0FEOL9JmXXK+q4OQ@public•gmane.org>,
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public•gmane.org>
Subject: Re: [PATCH v2 2/3] ARM: at91/dt: fix macb compatible strings
Date: Fri, 6 Mar 2015 17:45:15 +0100	[thread overview]
Message-ID: <54F9D99B.3090006@atmel.com> (raw)
In-Reply-To: <1425637442-8724-3-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>

Le 06/03/2015 11:24, Boris Brezillon a écrit :
> Some at91 SoCs embed a 10/100 Mbit Ethernet IP, that is based on the
> at91sam9260 SoC.
> Fix at91 DTs accordingly.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public•gmane.org>
> Reviewed-by: Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public•gmane.org>
Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public•gmane.org>
> ---
>  arch/arm/boot/dts/at91sam9260.dtsi      | 2 +-
>  arch/arm/boot/dts/at91sam9263.dtsi      | 2 +-
>  arch/arm/boot/dts/at91sam9g45.dtsi      | 2 +-
>  arch/arm/boot/dts/at91sam9x5_macb0.dtsi | 2 +-
>  arch/arm/boot/dts/at91sam9x5_macb1.dtsi | 2 +-
>  arch/arm/boot/dts/sama5d3_emac.dtsi     | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
> index fff0ee6..9f7c737 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -842,7 +842,7 @@
>  			};
>  
>  			macb0: ethernet@fffc4000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xfffc4000 0x100>;
>  				interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
> index 1f67bb4..340179e 100644
> --- a/arch/arm/boot/dts/at91sam9263.dtsi
> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
> @@ -845,7 +845,7 @@
>  			};
>  
>  			macb0: ethernet@fffbc000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xfffbc000 0x100>;
>  				interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
> index ee80aa9..586eab7 100644
> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
> @@ -956,7 +956,7 @@
>  			};
>  
>  			macb0: ethernet@fffbc000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xfffbc000 0x100>;
>  				interrupts = <25 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
> index 57e89d1..73d7e30 100644
> --- a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
> @@ -53,7 +53,7 @@
>  			};
>  
>  			macb0: ethernet@f802c000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xf802c000 0x100>;
>  				interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/at91sam9x5_macb1.dtsi b/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
> index 663676c..d81980c 100644
> --- a/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
> @@ -41,7 +41,7 @@
>  			};
>  
>  			macb1: ethernet@f8030000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xf8030000 0x100>;
>  				interrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/sama5d3_emac.dtsi b/arch/arm/boot/dts/sama5d3_emac.dtsi
> index fe2af92..b4544cf 100644
> --- a/arch/arm/boot/dts/sama5d3_emac.dtsi
> +++ b/arch/arm/boot/dts/sama5d3_emac.dtsi
> @@ -41,7 +41,7 @@
>  			};
>  
>  			macb1: ethernet@f802c000 {
> -				compatible = "cdns,at32ap7000-macb", "cdns,macb";
> +				compatible = "cdns,at91sam9260-macb", "cdns,macb";
>  				reg = <0xf802c000 0x100>;
>  				interrupts = <35 IRQ_TYPE_LEVEL_HIGH 3>;
>  				pinctrl-names = "default";
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-03-06 16:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-06 10:23 [PATCH v2 0/3] net: macb: rework at91 specific handling Boris Brezillon
2015-03-06 10:24 ` [PATCH v2 1/3] net/macb: Update DT bindings documentation Boris Brezillon
2015-03-06 16:45   ` Nicolas Ferre
2015-03-06 10:24 ` [PATCH v2 2/3] ARM: at91/dt: fix macb compatible strings Boris Brezillon
     [not found]   ` <1425637442-8724-3-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-03-06 16:45     ` Nicolas Ferre [this message]
2015-03-06 10:24 ` [PATCH v2 3/3] net: macb: remove #if defined(CONFIG_ARCH_AT91) sections Boris Brezillon
2015-03-06 16:45   ` Nicolas Ferre
2015-03-06 16:44 ` [PATCH v2 0/3] net: macb: rework at91 specific handling Nicolas Ferre

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=54F9D99B.3090006@atmel.com \
    --to=nicolas.ferre-aife0yeh4naavxtiumwx3w@public$(echo .)gmane.org \
    --cc=alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public$(echo .)gmane.org \
    --cc=boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public$(echo .)gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public$(echo .)gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public$(echo .)gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public$(echo .)gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public$(echo .)gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public$(echo .)gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public$(echo .)gmane.org \
    --cc=plagnioj-sclMFOaUSTBWk0Htik3J/w@public$(echo .)gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public$(echo .)gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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