From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/3] ARM: at91/dt: sama5d4: add pioD controller
Date: Mon, 19 Jan 2015 11:46:20 +0100 [thread overview]
Message-ID: <54BCE07C.8060601@atmel.com> (raw)
In-Reply-To: <1421422267-2934-3-git-send-email-ludovic.desroches@atmel.com>
Le 16/01/2015 16:31, Ludovic Desroches a ?crit :
> PioD controller was not described in the device tree since we don't use
> it. As pinctrl-at91 allows disabled gpio controllers in the device
> tree, we can add it to complete the device description.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Linus,
As there is no dependency with the other patches in the series, I can
take this patch or you can keep it together with the other ones. Just
tell me once we agree all on a solution.
Bye,
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 1b0f30c..368973e 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -62,6 +62,7 @@
> gpio0 = &pioA;
> gpio1 = &pioB;
> gpio2 = &pioC;
> + gpio3 = &pioD;
> gpio4 = &pioE;
> tcb0 = &tcb0;
> tcb1 = &tcb1;
> @@ -1111,6 +1112,18 @@
> clocks = <&pioC_clk>;
> };
>
> + pioD: gpio at fc068000 {
> + compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
> + reg = <0xfc068000 0x100>;
> + interrupts = <5 IRQ_TYPE_LEVEL_HIGH 1>;
> + #gpio-cells = <2>;
> + gpio-controller;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + clocks = <&pioD_clk>;
> + status = "disabled";
> + };
> +
> pioE: gpio at fc06d000 {
> compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
> reg = <0xfc06d000 0x100>;
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Ludovic Desroches
<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Cc: plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v3 2/3] ARM: at91/dt: sama5d4: add pioD controller
Date: Mon, 19 Jan 2015 11:46:20 +0100 [thread overview]
Message-ID: <54BCE07C.8060601@atmel.com> (raw)
In-Reply-To: <1421422267-2934-3-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Le 16/01/2015 16:31, Ludovic Desroches a écrit :
> PioD controller was not described in the device tree since we don't use
> it. As pinctrl-at91 allows disabled gpio controllers in the device
> tree, we can add it to complete the device description.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Linus,
As there is no dependency with the other patches in the series, I can
take this patch or you can keep it together with the other ones. Just
tell me once we agree all on a solution.
Bye,
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 1b0f30c..368973e 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -62,6 +62,7 @@
> gpio0 = &pioA;
> gpio1 = &pioB;
> gpio2 = &pioC;
> + gpio3 = &pioD;
> gpio4 = &pioE;
> tcb0 = &tcb0;
> tcb1 = &tcb1;
> @@ -1111,6 +1112,18 @@
> clocks = <&pioC_clk>;
> };
>
> + pioD: gpio@fc068000 {
> + compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
> + reg = <0xfc068000 0x100>;
> + interrupts = <5 IRQ_TYPE_LEVEL_HIGH 1>;
> + #gpio-cells = <2>;
> + gpio-controller;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + clocks = <&pioD_clk>;
> + status = "disabled";
> + };
> +
> pioE: gpio@fc06d000 {
> compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
> reg = <0xfc06d000 0x100>;
>
--
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
next prev parent reply other threads:[~2015-01-19 10:46 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 15:31 [PATCH v3 0/3] pinctrl: at91: allow disabled gpio controllers Ludovic Desroches
2015-01-16 15:31 ` Ludovic Desroches
2015-01-16 15:31 ` [PATCH v3 1/3] pinctrl: at91: allow to have disabled gpio bank Ludovic Desroches
2015-01-16 15:31 ` Ludovic Desroches
2015-01-19 10:40 ` Nicolas Ferre
2015-01-19 10:40 ` Nicolas Ferre
2015-01-21 9:48 ` Linus Walleij
2015-01-21 9:48 ` Linus Walleij
2015-01-16 15:31 ` [PATCH v3 2/3] ARM: at91/dt: sama5d4: add pioD controller Ludovic Desroches
2015-01-16 15:31 ` Ludovic Desroches
2015-01-19 10:46 ` Nicolas Ferre [this message]
2015-01-19 10:46 ` Nicolas Ferre
2015-01-21 9:49 ` Linus Walleij
2015-01-21 9:49 ` Linus Walleij
2015-01-23 9:33 ` Nicolas Ferre
2015-01-23 9:33 ` Nicolas Ferre
2015-01-16 15:31 ` [PATCH v3 3/3] MAINTAINERS: add maintainer for pinctrl-at91 Ludovic Desroches
2015-01-16 15:31 ` Ludovic Desroches
2015-01-19 10:33 ` Nicolas Ferre
2015-01-19 10:33 ` Nicolas Ferre
2015-01-21 9:59 ` Linus Walleij
2015-01-21 9:59 ` Linus Walleij
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=54BCE07C.8060601@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.