diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-06-23 19:57:25 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-05 11:32:11 +0200 |
commit | e506889c9690b672a601ac84a31bb8dbc40d7e35 (patch) | |
tree | df8c7297faa3552397ee941ddc8a8600a4527989 /arch/arm/include | |
parent | dec7c84227339cda4bf6c7d9a411ea189473112d (diff) | |
download | u-boot-imx-e506889c9690b672a601ac84a31bb8dbc40d7e35.zip u-boot-imx-e506889c9690b672a601ac84a31bb8dbc40d7e35.tar.gz u-boot-imx-e506889c9690b672a601ac84a31bb8dbc40d7e35.tar.bz2 |
sunxi: Add support for UART0 in PB pin group on A33
The A33 adds a pinmux function for UART0 in the PB pin group.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-sunxi/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/gpio.h b/arch/arm/include/asm/arch-sunxi/gpio.h index 496295d..8e67b3b 100644 --- a/arch/arm/include/asm/arch-sunxi/gpio.h +++ b/arch/arm/include/asm/arch-sunxi/gpio.h @@ -156,6 +156,7 @@ enum sunxi_gpio_number { #define SUN4I_GPB_UART0 2 #define SUN5I_GPB_UART0 2 #define SUN8I_GPB_UART2 2 +#define SUN8I_A33_GPB_UART0 3 #define SUNXI_GPC_SDC2 3 #define SUN6I_GPC_SDC3 4 |