diff options
author | Angelo Dureghello | 2021-10-09 14:18:59 +0200 |
---|---|---|
committer | Andre Przywara | 2022-04-04 23:24:17 +0100 |
commit | 482c1ccd1ce450f8c56a891f4067a6db8fb499fd (patch) | |
tree | 884b87596a6fd58a49bdc7e4873425437b48b800 /arch/arm/include/asm | |
parent | fbc8acf644ceb41e92d67558c7bb86d730fb8135 (diff) |
sunxi: H3: fix non working console on uart2
Fix non working console on uart2, that seems releated to both
Allwinner H2+ and H3.
Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
[Andre: remove H2+, rearrange pin setup order]
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
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 9f07d907e5a..437e86479ce 100644 --- a/arch/arm/include/asm/arch-sunxi/gpio.h +++ b/arch/arm/include/asm/arch-sunxi/gpio.h @@ -136,6 +136,7 @@ enum sunxi_gpio_number { #define SUNXI_GPIO_DISABLE 7 #define SUN8I_H3_GPA_UART0 2 +#define SUN8I_H3_GPA_UART2 2 #define SUN4I_GPB_PWM 2 #define SUN4I_GPB_TWI0 2 |