diff options
author | Tom Rini <trini@konsulko.com> | 2015-07-05 21:22:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-05 21:22:22 -0400 |
commit | 37f4d0ec34a4333ae9417c512faf7242e8ebeae3 (patch) | |
tree | 6ae2a1e5a355bfa8c78a67a915c3a799643db99a /arch/arm/include/asm | |
parent | 808bf7cf655a1caa5f48f6f3a6b274f4b83ab8b4 (diff) | |
parent | 4e87398fcc946c076339e8ed9bf1cc576fd42cf7 (diff) | |
download | u-boot-imx-37f4d0ec34a4333ae9417c512faf7242e8ebeae3.zip u-boot-imx-37f4d0ec34a4333ae9417c512faf7242e8ebeae3.tar.gz u-boot-imx-37f4d0ec34a4333ae9417c512faf7242e8ebeae3.tar.bz2 |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/include/asm')
-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 |