diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index bf2bcb92b426..3f56e70795b7 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -950,7 +950,11 @@ static struct resource nand_flash_resources[] = { | |||
950 | .start = 0xe6a30000, | 950 | .start = 0xe6a30000, |
951 | .end = 0xe6a3009b, | 951 | .end = 0xe6a3009b, |
952 | .flags = IORESOURCE_MEM, | 952 | .flags = IORESOURCE_MEM, |
953 | } | 953 | }, |
954 | [1] = { | ||
955 | .start = evt2irq(0x0d80), /* flstei: status error irq */ | ||
956 | .flags = IORESOURCE_IRQ, | ||
957 | }, | ||
954 | }; | 958 | }; |
955 | 959 | ||
956 | static struct sh_flctl_platform_data nand_flash_data = { | 960 | static struct sh_flctl_platform_data nand_flash_data = { |