diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c64xx/crag6410.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h index 7bc66682687e..dcbe17f5e5f8 100644 --- a/arch/arm/mach-s3c64xx/crag6410.h +++ b/arch/arm/mach-s3c64xx/crag6410.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <mach/gpio-samsung.h> | 14 | #include <mach/gpio-samsung.h> |
15 | 15 | ||
16 | #define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START | 16 | #define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START |
17 | #define BANFF_PMIC_IRQ_BASE (IRQ_BOARD_START + 64) | ||
17 | 18 | ||
18 | #define PCA935X_GPIO_BASE GPIO_BOARD_START | 19 | #define PCA935X_GPIO_BASE GPIO_BOARD_START |
19 | #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.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 10b913baab28..65c426bc45f7 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -554,6 +554,7 @@ static struct wm831x_touch_pdata touch_pdata = { | |||
554 | 554 | ||
555 | static struct wm831x_pdata crag_pmic_pdata = { | 555 | static struct wm831x_pdata crag_pmic_pdata = { |
556 | .wm831x_num = 1, | 556 | .wm831x_num = 1, |
557 | .irq_base = BANFF_PMIC_IRQ_BASE, | ||
557 | .gpio_base = BANFF_PMIC_GPIO_BASE, | 558 | .gpio_base = BANFF_PMIC_GPIO_BASE, |
558 | .soft_shutdown = true, | 559 | .soft_shutdown = true, |
559 | 560 | ||