public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
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

  reply	other threads:[~2015-01-19 10:46 UTC|newest]

Thread overview: 11+ 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 ` [PATCH v3 1/3] pinctrl: at91: allow to have disabled gpio bank Ludovic Desroches
2015-01-19 10:40   ` Nicolas Ferre
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-19 10:46   ` Nicolas Ferre [this message]
2015-01-21  9:49     ` Linus Walleij
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-19 10:33   ` Nicolas Ferre
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$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.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