All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91sam9260: fix usart pinctrl
@ 2015-01-30 11:25 Jonas Andersson
  2015-01-31 11:15 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Jonas Andersson @ 2015-01-30 11:25 UTC (permalink / raw)
  To: linux-arm-kernel


Corrected pins used by usart3.

Signed-off-by: Jonas Andersson <jonas@microbit.se>
---
  arch/arm/boot/dts/at91sam9260.dtsi | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91sam9260.dtsi 
b/arch/arm/boot/dts/at91sam9260.dtsi
index dd1313c..16ccfd9 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -489,12 +489,12 @@

                      pinctrl_usart3_rts: usart3_rts-0 {
                          atmel,pins =
-                            <AT91_PIOB 8 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC8 periph B */
+                            <AT91_PIOC 8 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC8 periph B */
                      };

                      pinctrl_usart3_cts: usart3_cts-0 {
                          atmel,pins =
-                            <AT91_PIOB 10 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC10 periph B */
+                            <AT91_PIOC 10 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC10 periph B */
                      };
                  };

-- 
1.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: at91sam9260: fix usart pinctrl
  2015-01-30 11:25 [PATCH] ARM: dts: at91sam9260: fix usart pinctrl Jonas Andersson
@ 2015-01-31 11:15 ` Alexandre Belloni
  2015-03-03 18:50   ` Nicolas Ferre
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2015-01-31 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

(Added the maintainers in Cc)

On 30/01/2015 at 12:25:10 +0100, Jonas Andersson wrote :
> 
> Corrected pins used by usart3.
> 
> Signed-off-by: Jonas Andersson <jonas@microbit.se>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

> ---
>  arch/arm/boot/dts/at91sam9260.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi
> b/arch/arm/boot/dts/at91sam9260.dtsi
> index dd1313c..16ccfd9 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -489,12 +489,12 @@
> 
>                      pinctrl_usart3_rts: usart3_rts-0 {
>                          atmel,pins =
> -                            <AT91_PIOB 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> /* PC8 periph B */
> +                            <AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> /* PC8 periph B */
>                      };
> 
>                      pinctrl_usart3_cts: usart3_cts-0 {
>                          atmel,pins =
> -                            <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> /* PC10 periph B */
> +                            <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
> /* PC10 periph B */
>                      };
>                  };
> 
> -- 
> 1.9.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: at91sam9260: fix usart pinctrl
  2015-01-31 11:15 ` Alexandre Belloni
@ 2015-03-03 18:50   ` Nicolas Ferre
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2015-03-03 18:50 UTC (permalink / raw)
  To: linux-arm-kernel

Le 31/01/2015 12:15, Alexandre Belloni a ?crit :
> (Added the maintainers in Cc)
> 
> On 30/01/2015 at 12:25:10 +0100, Jonas Andersson wrote :
>>
>> Corrected pins used by usart3.
>>
>> Signed-off-by: Jonas Andersson <jonas@microbit.se>
> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
and stacked on top of at91-4.0-fixes: thanks!

> 
>> ---
>>  arch/arm/boot/dts/at91sam9260.dtsi | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi
>> b/arch/arm/boot/dts/at91sam9260.dtsi
>> index dd1313c..16ccfd9 100644
>> --- a/arch/arm/boot/dts/at91sam9260.dtsi
>> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
>> @@ -489,12 +489,12 @@
>>
>>                      pinctrl_usart3_rts: usart3_rts-0 {
>>                          atmel,pins =
>> -                            <AT91_PIOB 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
>> /* PC8 periph B */
>> +                            <AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_NONE>;
>> /* PC8 periph B */
>>                      };
>>
>>                      pinctrl_usart3_cts: usart3_cts-0 {
>>                          atmel,pins =
>> -                            <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
>> /* PC10 periph B */
>> +                            <AT91_PIOC 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
>> /* PC10 periph B */
>>                      };
>>                  };
>>
>> -- 
>> 1.9.3
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-03 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30 11:25 [PATCH] ARM: dts: at91sam9260: fix usart pinctrl Jonas Andersson
2015-01-31 11:15 ` Alexandre Belloni
2015-03-03 18:50   ` Nicolas Ferre

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.