]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Fix wrong pin setup for USART3
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 15 Nov 2007 09:03:45 +0000 (10:03 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 17 Dec 2007 09:35:02 +0000 (10:35 +0100)
commit9570bcd87f4db255514f43b6701746c412f8fef0
tree4fc63ab8f3992aac0deb0585a948ecc1e4963e93
parent09ea0de03dcc3ee7af045b0b572227bda2c1c918
AVR32: Fix wrong pin setup for USART3

As reported by Gerhard Berghofer:

in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
instead of PB18 and PB19.

which is obviously correct. There's currently no code that uses
USART3, but custom boards may run into problems.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
cpu/at32ap/at32ap700x/gpio.c