From: Heiko Schocher Date: Tue, 7 Jun 2016 06:31:17 +0000 (+0200) Subject: arm, am335x: add some missing GPIO register definitions X-Git-Tag: v2016.07-rc2~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9c410f7cb7d658d93fc38b2e4eeffc438dfea6cc;p=u-boot arm, am335x: add some missing GPIO register definitions add missing: OMAP_GPIO_IRQSTATUS_SET_0 and OMAP_GPIO_IRQSTATUS_SET_1 registers. Signed-off-by: Heiko Schocher Reviewed-by: Tom Rini --- diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h index 112ac5eacd..e950b967dd 100644 --- a/arch/arm/include/asm/arch-am33xx/cpu.h +++ b/arch/arm/include/asm/arch-am33xx/cpu.h @@ -497,6 +497,8 @@ struct ctrl_stat { #define OMAP_GPIO_SYSSTATUS 0x0114 #define OMAP_GPIO_IRQSTATUS1 0x002c #define OMAP_GPIO_IRQSTATUS2 0x0030 +#define OMAP_GPIO_IRQSTATUS_SET_0 0x0034 +#define OMAP_GPIO_IRQSTATUS_SET_1 0x0038 #define OMAP_GPIO_CTRL 0x0130 #define OMAP_GPIO_OE 0x0134 #define OMAP_GPIO_DATAIN 0x0138