diff options
| author | Samuel Holland <[email protected]> | 2021-08-28 13:16:44 -0500 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2022-04-04 23:24:16 +0100 |
| commit | 3e42d919af576cad0b17ec321ec95a0e72f97e5f (patch) | |
| tree | da9b8f45215005f4b9d2bc13a2eefbf257a92b89 /arch/arm/include | |
| parent | 7a93644c69f5d856951ae366d4123c44b068716c (diff) | |
sunxi: Remove non-DM GMAC pin setup
This is now handled automatically by the pinctrl driver.
Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-sunxi/gpio.h | 2 |
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 e93c9e84c98..2aa6bbb1785 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 |
