aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-08-28 13:16:44 -0500
committerAndre Przywara <andre.przywara@arm.com>2022-04-04 23:24:16 +0100
commit3e42d919af576cad0b17ec321ec95a0e72f97e5f (patch)
treeda9b8f45215005f4b9d2bc13a2eefbf257a92b89 /arch
parent7a93644c69f5d856951ae366d4123c44b068716c (diff)
downloadu-boot-3e42d919af576cad0b17ec321ec95a0e72f97e5f.zip
u-boot-3e42d919af576cad0b17ec321ec95a0e72f97e5f.tar.gz
u-boot-3e42d919af576cad0b17ec321ec95a0e72f97e5f.tar.bz2
sunxi: Remove non-DM GMAC pin setup
This is now handled automatically by the pinctrl driver. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-sunxi/gpio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/gpio.h b/arch/arm/include/asm/arch-sunxi/gpio.h
index e93c9e8..2aa6bbb 100644
--- a/arch/arm/include/asm/arch-sunxi/gpio.h
+++ b/arch/arm/include/asm/arch-sunxi/gpio.h
@@ -135,8 +135,6 @@ enum sunxi_gpio_number {
#define SUNXI_GPIO_OUTPUT 1
#define SUNXI_GPIO_DISABLE 7
-#define SUN6I_GPA_GMAC 2
-#define SUN7I_GPA_GMAC 5
#define SUN8I_H3_GPA_UART0 2
#define SUN4I_GPB_PWM 2