diff mbox

[1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo

Message ID 1366141672-10302-1-git-send-email-plagnioj@jcrosoft.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jean-Christophe PLAGNIOL-VILLARD April 16, 2013, 7:47 p.m. UTC
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(-)

Comments

Nicolas Ferre April 18, 2013, 7:59 a.m. UTC | #1
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 */
>  					};
>  				};
>  
>
diff mbox

Patch

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 */
 					};
 				};