All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo
@ 2013-04-16 19:47 Jean-Christophe PLAGNIOL-VILLARD
  2013-04-18  7:59 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-04-16 19:47 UTC (permalink / raw)
  To: linux-arm-kernel

it's bank B not C

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Reported-by: Adam Porter <porter.adam@gmail.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 367a604..6980ed1 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -220,8 +220,8 @@
 				uart1 {
 					pinctrl_uart1: uart1-0 {
 						atmel,pins =
-							<2 12 0x1 0x1	/* PB12 periph A with pullup */
-							 2 13 0x1 0x0>;	/* PB13 periph A */
+							<1 12 0x1 0x1	/* PB12 periph A with pullup */
+							 1 13 0x1 0x0>;	/* PB13 periph A */
 					};
 				};
 
-- 
1.7.10.4

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

* [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo
  2013-04-16 19:47 [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo Jean-Christophe PLAGNIOL-VILLARD
@ 2013-04-18  7:59 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2013-04-18  7:59 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/16/2013 09:47 PM, Jean-Christophe PLAGNIOL-VILLARD :
> it's bank B not C

Already seen by Douglas Gilbert and queued for 3.10 in arm-soc/at91/dt3

Thanks anyway, bye.

> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Reported-by: Adam Porter <porter.adam@gmail.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 367a604..6980ed1 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -220,8 +220,8 @@
>  				uart1 {
>  					pinctrl_uart1: uart1-0 {
>  						atmel,pins =
> -							<2 12 0x1 0x1	/* PB12 periph A with pullup */
> -							 2 13 0x1 0x0>;	/* PB13 periph A */
> +							<1 12 0x1 0x1	/* PB12 periph A with pullup */
> +							 1 13 0x1 0x0>;	/* PB13 periph A */
>  					};
>  				};
>  
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2013-04-18  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 19:47 [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo Jean-Christophe PLAGNIOL-VILLARD
2013-04-18  7:59 ` 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.