From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges
Date: Mon, 18 May 2015 17:52:43 +0200 [thread overview]
Message-ID: <555A0ACB.1060603@atmel.com> (raw)
In-Reply-To: <1430126106-15300-1-git-send-email-ludovic.desroches@atmel.com>
Le 27/04/2015 11:15, Ludovic Desroches a ?crit :
> Update the pinctrl ranges property to support pioD controller whose
> mapping is not contiguous with other pio controllers. Without this
> update, getting resource will fail, then pinctrl probe will fail too
> because there is a missing pio controller.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 8679fa9..2cfc65f 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -1214,7 +1214,8 @@
> #address-cells = <1>;
> #size-cells = <1>;
> compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
> - ranges = <0xfc06a000 0xfc06a000 0x4000>;
> + ranges = <0xfc068000 0xfc068000 0x100
> + 0xfc06a000 0xfc06a000 0x4000>;
> /* WARNING: revisit as pin spec has changed */
> atmel,mux-mask = <
> /* A B C */
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: plagnioj@jcrosoft.com, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges
Date: Mon, 18 May 2015 17:52:43 +0200 [thread overview]
Message-ID: <555A0ACB.1060603@atmel.com> (raw)
In-Reply-To: <1430126106-15300-1-git-send-email-ludovic.desroches@atmel.com>
Le 27/04/2015 11:15, Ludovic Desroches a écrit :
> Update the pinctrl ranges property to support pioD controller whose
> mapping is not contiguous with other pio controllers. Without this
> update, getting resource will fail, then pinctrl probe will fail too
> because there is a missing pio controller.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 8679fa9..2cfc65f 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -1214,7 +1214,8 @@
> #address-cells = <1>;
> #size-cells = <1>;
> compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
> - ranges = <0xfc06a000 0xfc06a000 0x4000>;
> + ranges = <0xfc068000 0xfc068000 0x100
> + 0xfc06a000 0xfc06a000 0x4000>;
> /* WARNING: revisit as pin spec has changed */
> atmel,mux-mask = <
> /* A B C */
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: <plagnioj@jcrosoft.com>, <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges
Date: Mon, 18 May 2015 17:52:43 +0200 [thread overview]
Message-ID: <555A0ACB.1060603@atmel.com> (raw)
In-Reply-To: <1430126106-15300-1-git-send-email-ludovic.desroches@atmel.com>
Le 27/04/2015 11:15, Ludovic Desroches a écrit :
> Update the pinctrl ranges property to support pioD controller whose
> mapping is not contiguous with other pio controllers. Without this
> update, getting resource will fail, then pinctrl probe will fail too
> because there is a missing pio controller.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 8679fa9..2cfc65f 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -1214,7 +1214,8 @@
> #address-cells = <1>;
> #size-cells = <1>;
> compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
> - ranges = <0xfc06a000 0xfc06a000 0x4000>;
> + ranges = <0xfc068000 0xfc068000 0x100
> + 0xfc06a000 0xfc06a000 0x4000>;
> /* WARNING: revisit as pin spec has changed */
> atmel,mux-mask = <
> /* A B C */
>
--
Nicolas Ferre
next prev parent reply other threads:[~2015-05-18 15:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 9:15 [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges Ludovic Desroches
2015-04-27 9:15 ` Ludovic Desroches
2015-04-27 9:15 ` Ludovic Desroches
2015-05-18 15:52 ` Nicolas Ferre [this message]
2015-05-18 15:52 ` Nicolas Ferre
2015-05-18 15:52 ` 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=555A0ACB.1060603@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.