diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/omap-gpmc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/omap-gpmc.h b/include/linux/omap-gpmc.h index dc2ada6fb9b4..9e9d79e8efa5 100644 --- a/include/linux/omap-gpmc.h +++ b/include/linux/omap-gpmc.h | |||
| @@ -11,8 +11,9 @@ | |||
| 11 | 11 | ||
| 12 | #define GPMC_CONFIG_WP 0x00000005 | 12 | #define GPMC_CONFIG_WP 0x00000005 |
| 13 | 13 | ||
| 14 | #define GPMC_IRQ_FIFOEVENTENABLE 0x01 | 14 | /* IRQ numbers in GPMC IRQ domain for legacy boot use */ |
| 15 | #define GPMC_IRQ_COUNT_EVENT 0x02 | 15 | #define GPMC_IRQ_FIFOEVENTENABLE 0 |
| 16 | #define GPMC_IRQ_COUNT_EVENT 1 | ||
| 16 | 17 | ||
| 17 | /** | 18 | /** |
| 18 | * gpmc_nand_ops - Interface between NAND and GPMC | 19 | * gpmc_nand_ops - Interface between NAND and GPMC |
