aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-21 02:18:03 -0500
committerOlof Johansson <olof@lixom.net>2012-11-21 02:18:03 -0500
commitd7460f4a3d75469deb1c6c028961da69608d02d9 (patch)
treefa8ffc3a9ad930eb6b669e7d34061ab23a0ac6ca
parent63cd201e6559142b16dd2af8c911edd491bf6274 (diff)
parent3042ac5731e6db441dfce85612da4aa3913dab3b (diff)
Merge branch 'boards3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards2
From Simon Horman: * 'boards3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: mackerel: Add FLCTL IRQ resource
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c6
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
956static struct sh_flctl_platform_data nand_flash_data = { 960static struct sh_flctl_platform_data nand_flash_data = {