diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-19 19:18:07 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 00:22:37 -0400 |
commit | 4f057aa0dcb2660bb09ead75d829a19ec71319f1 (patch) | |
tree | 40ec23fa1c18ba5d3953f5d9542609879633a61b /arch | |
parent | 7d1d8ce5b50f4593f6d4b9d8149f978c122f617b (diff) |
ARM: S3C64XX: Dynamically assign interrupts for CPU PMIC on Cragganmore
Now that the WM831x driver uses irq_domain we can happily allow it to
assign its own IRQs.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/crag6410.h | 3 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/crag6410.h b/arch/arm/mach-s3c64xx/include/mach/crag6410.h index ec97c15b109..4c3c9994fc2 100644 --- a/arch/arm/mach-s3c64xx/include/mach/crag6410.h +++ b/arch/arm/mach-s3c64xx/include/mach/crag6410.h | |||
@@ -13,8 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/gpio.h> | 14 | #include <linux/gpio.h> |
15 | 15 | ||
16 | #define BANFF_PMIC_IRQ_BASE IRQ_BOARD_START | 16 | #define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START |
17 | #define GLENFARCLAS_PMIC_IRQ_BASE (IRQ_BOARD_START + 64) | ||
18 | 17 | ||
19 | #define PCA935X_GPIO_BASE GPIO_BOARD_START | 18 | #define PCA935X_GPIO_BASE GPIO_BOARD_START |
20 | #define CODEC_GPIO_BASE (GPIO_BOARD_START + 8) | 19 | #define CODEC_GPIO_BASE (GPIO_BOARD_START + 8) |
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index d0c352d861f..161c3b6218a 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -525,7 +525,6 @@ static struct wm831x_touch_pdata touch_pdata __initdata = { | |||
525 | 525 | ||
526 | static struct wm831x_pdata crag_pmic_pdata __initdata = { | 526 | static struct wm831x_pdata crag_pmic_pdata __initdata = { |
527 | .wm831x_num = 1, | 527 | .wm831x_num = 1, |
528 | .irq_base = BANFF_PMIC_IRQ_BASE, | ||
529 | .gpio_base = BANFF_PMIC_GPIO_BASE, | 528 | .gpio_base = BANFF_PMIC_GPIO_BASE, |
530 | .soft_shutdown = true, | 529 | .soft_shutdown = true, |
531 | 530 | ||