diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-15 18:41:57 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-18 18:36:26 +0200 |
commit | 1422d4435b173d0c80289327095026d7da44b5f1 (patch) | |
tree | a601e1e0f9a435acde64fc498bb54c2ee865dbf8 /package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch | |
parent | ea9fab904bcb71033e71b819328d97a6e2b3de36 (diff) | |
download | upstream-1422d4435b173d0c80289327095026d7da44b5f1.tar.gz upstream-1422d4435b173d0c80289327095026d7da44b5f1.tar.bz2 upstream-1422d4435b173d0c80289327095026d7da44b5f1.zip |
uboot-sunxi: update to version 2017.07
The deleted patches are already integrated in the upstream U-Boot
version.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch b/package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch index bf5dc66e1a..8bab220518 100644 --- a/package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch +++ b/package/boot/uboot-sunxi/patches/100-sun6i-alternate-on-UART2.patch @@ -6,11 +6,11 @@ Subject: sun6i: define alternate-function for UART2 on GPG --- a/arch/arm/include/asm/arch-sunxi/gpio.h +++ b/arch/arm/include/asm/arch-sunxi/gpio.h -@@ -180,6 +180,7 @@ enum sunxi_gpio_number { +@@ -186,6 +186,7 @@ enum sunxi_gpio_number { #define SUN6I_GPG_SDC1 2 #define SUN8I_GPG_SDC1 2 #define SUN6I_GPG_TWI3 2 +#define SUN6I_GPG_UART2 2 #define SUN5I_GPG_UART1 4 - #define SUN4I_GPH_SDC1 5 + #define SUN6I_GPH_PWM 2 |