aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/include
diff options
context:
space:
mode:
authorBen Whitten <ben.whitten@lairdtech.com>2017-11-23 13:47:47 +0000
committerTom Rini <trini@konsulko.com>2017-11-29 22:36:59 -0500
commit5aaef600776fb2d9f186c12e30975e6afaa276a6 (patch)
tree14a1186e62731940bca92adeb5cc8437ad78ca61 /arch/arm/mach-at91/include
parentfd374665c9b724bb3eb0da32db0bb7ecc5cf1337 (diff)
downloadu-boot-5aaef600776fb2d9f186c12e30975e6afaa276a6.zip
u-boot-5aaef600776fb2d9f186c12e30975e6afaa276a6.tar.gz
u-boot-5aaef600776fb2d9f186c12e30975e6afaa276a6.tar.bz2
board: laird: add WB45N CPU module
This board is based on the Atmel 9x5 eval board. Supporting the following features: - Boot from NAND Flash - Ethernet - FIT - SPL Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com> Signed-off-by: Dan Kephart <dan.kephart@lairdtech.com>
Diffstat (limited to 'arch/arm/mach-at91/include')
-rw-r--r--arch/arm/mach-at91/include/mach/gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/gpio.h b/arch/arm/mach-at91/include/mach/gpio.h
index df0f719..e206316 100644
--- a/arch/arm/mach-at91/include/mach/gpio.h
+++ b/arch/arm/mach-at91/include/mach/gpio.h
@@ -219,6 +219,8 @@ static inline unsigned pin_to_mask(unsigned pin)
at91_set_a_periph((x - PIN_BASE) / 32,(x % 32), y)
#define at91_set_B_periph(x, y) \
at91_set_b_periph((x - PIN_BASE) / 32,(x % 32), y)
+#define at91_set_gpio_deglitch(x, y) \
+ at91_set_pio_deglitch((x - PIN_BASE) / 32,(x % 32), y)
#define at91_set_gpio_output(x, y) \
at91_set_pio_output((x - PIN_BASE) / 32,(x % 32), y)
#define at91_set_gpio_input(x, y) \