[PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo
Nicolas Ferre
nicolas.ferre at atmel.com
Thu Apr 18 03:59:10 EDT 2013
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 at jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre at atmel.com>
> Reported-by: Adam Porter <porter.adam at 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
More information about the linux-arm-kernel
mailing list