aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-30 15:21:52 -0400
committerTom Rini <trini@konsulko.com>2022-06-30 15:21:52 -0400
commit284c1a9b4b91120385c346a1924628a695314905 (patch)
treee3a479c46238483b11d17323fcba1acd9b1e1537 /arch/arm/mach-at91
parentc5e7003aa86e1bfc7371d41509e8d34cafdfeb6c (diff)
parentc1cadac7933cbc3f81e9096843bffff8751baff9 (diff)
downloadu-boot-284c1a9b4b91120385c346a1924628a695314905.zip
u-boot-284c1a9b4b91120385c346a1924628a695314905.tar.gz
u-boot-284c1a9b4b91120385c346a1924628a695314905.tar.bz2
Merge tag 'u-boot-at91-2022.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into nextWIP/30Jun2022-next
First set of u-boot-at91 features for the 2022.10 cycle: This feature set includes mostly fixes and alignments: DT alignment with Linux for sama7g5, removal of invalid eeprom compatibles, removal of extra debug_uart_init calls for all at91 boards, support for pio4 driver pioE bank, and other minor fixes and enhancements for sam9x60 and sama5d2_icp boards.
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/include/mach/atmel_pio4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/atmel_pio4.h b/arch/arm/mach-at91/include/mach/atmel_pio4.h
index c3bd914..b712be8 100644
--- a/arch/arm/mach-at91/include/mach/atmel_pio4.h
+++ b/arch/arm/mach-at91/include/mach/atmel_pio4.h
@@ -74,6 +74,7 @@ struct atmel_pio4_port {
#define AT91_PIO_PORTB 0x1
#define AT91_PIO_PORTC 0x2
#define AT91_PIO_PORTD 0x3
+#define AT91_PIO_PORTE 0x4
int atmel_pio4_set_gpio(u32 port, u32 pin, u32 config);
int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 config);