diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-17 21:19:29 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 04:58:41 +0300 |
commit | 60f9101a8881797fecd89450b8a8d17a440e6281 (patch) | |
tree | 426d666dced99de45a0ce88b9842882be2fa3a5e /arch/arm/mach-s3c64xx/include/mach | |
parent | bc449e53121681d16fbefb9c14d28b0638ae33db (diff) | |
download | linux-60f9101a8881797fecd89450b8a8d17a440e6281.tar.xz |
ARM: SMDK6410: Add initial support for WM1192-EV1 PMIC board
The Wolfson Microelectronics 1192-EV1 is a plug in module for the
SMDK6410 providing power using a WM8312 PMIC. This patch provides
initial hookup sufficient to initialise the board, though not all
features are fully described yet.
As part of this supplies for the system that are provided as a
single supply by one of the currently merged PMIC boards are
factored out so they can be reused between different regulators.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach')
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/irqs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/irqs.h b/arch/arm/mach-s3c64xx/include/mach/irqs.h index 44bb3e491b5c..e9ab4ac0b9a8 100644 --- a/arch/arm/mach-s3c64xx/include/mach/irqs.h +++ b/arch/arm/mach-s3c64xx/include/mach/irqs.h @@ -200,6 +200,8 @@ #ifdef CONFIG_SMDK6410_WM1190_EV1 #define IRQ_BOARD_NR 64 +#elif defined(CONFIG_SMDK6410_WM1192_EV1) +#define IRQ_BOARD_NR 64 #else #define IRQ_BOARD_NR 16 #endif |