All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: at91/dt: at91: use new pinctrl id for sama5
Date: Mon, 8 Sep 2014 10:07:54 +0200	[thread overview]
Message-ID: <540D63DA.5090207@atmel.com> (raw)
In-Reply-To: <1408849926-9603-2-git-send-email-mark.roszko@gmail.com>

On 24/08/2014 05:12, Marek Roszko :
> This switches the SAMA5D3 to use the new atmel,sama5d3-pinctrl id that was
> added with the drive strength options patch.
> 
> Signed-off-by: Marek Roszko <mark.roszko@gmail.com>
> ---
>  arch/arm/boot/dts/sama5d3.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index 45013b8..7db0e85 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -428,7 +428,7 @@
>  			pinctrl at fffff200 {
>  				#address-cells = <1>;
>  				#size-cells = <1>;
> -				compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
> +				compatible = "atmel,sama5d3-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";

I'd better keep the compatibility with at91sam9x5, like it
was before your patch: that will remove the dependency on
the pinctrl series: what about:

+				compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";

>  				ranges = <0xfffff200 0xfffff200 0xa00>;
>  				atmel,mux-mask = <
>  					/*   A          B          C  */
> 


-- 
Nicolas Ferre

  parent reply	other threads:[~2014-09-08  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-24  3:12 [PATCH v2 1/3] pinctrl: at91: add drive strength configuration Marek Roszko
2014-08-24  3:12 ` [PATCH v2 2/3] ARM: at91/dt: at91: use new pinctrl id for sama5 Marek Roszko
2014-09-05  7:34   ` Linus Walleij
2014-09-08  8:07   ` Nicolas Ferre [this message]
2014-09-18 15:32     ` Nicolas Ferre
2014-08-24  3:12 ` [PATCH v2 3/3] pinctrl: at91: update documentation for drive strength options and tweaks Marek Roszko
2014-09-05  7:36   ` Linus Walleij
2014-09-01  8:27 ` [PATCH v2 1/3] pinctrl: at91: add drive strength configuration Linus Walleij
2014-09-01  8:28   ` Jean-Christophe PLAGNIOL-VILLARD
2014-09-05  7:33 ` Linus Walleij
2014-09-05  7:56   ` 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=540D63DA.5090207@atmel.com \
    --to=nicolas.ferre@atmel.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 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.