aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-19 19:18:04 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-06-20 00:22:37 -0400
commit7d1d8ce5b50f4593f6d4b9d8149f978c122f617b (patch)
tree70147670268eb6b846809d2026a4807b23ead39a /arch/arm/mach-s3c64xx
parent9b6e1b0e882a00d654a8313e22c189f13c321a20 (diff)
ARM: S3C64XX: Dynamically allocate the IRQ range for WM8994 on Cragganmore
Use the new irqdomain support in the WM8994 driver to dynamically allocate the interrupt range for the WM8994 rather than doing it explicitly. This is more idiomatic for modern interrupt usage. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/crag6410.h1
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410-module.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/crag6410.h b/arch/arm/mach-s3c64xx/include/mach/crag6410.h
index 4cb2f951f1e9..ec97c15b109e 100644
--- a/arch/arm/mach-s3c64xx/include/mach/crag6410.h
+++ b/arch/arm/mach-s3c64xx/include/mach/crag6410.h
@@ -15,7 +15,6 @@
15 15
16#define BANFF_PMIC_IRQ_BASE IRQ_BOARD_START 16#define BANFF_PMIC_IRQ_BASE IRQ_BOARD_START
17#define GLENFARCLAS_PMIC_IRQ_BASE (IRQ_BOARD_START + 64) 17#define GLENFARCLAS_PMIC_IRQ_BASE (IRQ_BOARD_START + 64)
18#define CODEC_IRQ_BASE (IRQ_BOARD_START + 128)
19 18
20#define PCA935X_GPIO_BASE GPIO_BOARD_START 19#define PCA935X_GPIO_BASE GPIO_BOARD_START
21#define CODEC_GPIO_BASE (GPIO_BOARD_START + 8) 20#define CODEC_GPIO_BASE (GPIO_BOARD_START + 8)
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 497937222a29..4a83b4e7ab32 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -168,7 +168,6 @@ static struct wm8994_pdata wm8994_pdata = {
168 .gpio_defaults = { 168 .gpio_defaults = {
169 0x3, /* IRQ out, active high, CMOS */ 169 0x3, /* IRQ out, active high, CMOS */
170 }, 170 },
171 .irq_base = CODEC_IRQ_BASE,
172 .ldo = { 171 .ldo = {
173 { .init_data = &wm8994_ldo1, }, 172 { .init_data = &wm8994_ldo1, },
174 { .init_data = &wm8994_ldo2, }, 173 { .init_data = &wm8994_ldo2, },