From ecc558acaba9ca1c6e2e7b54a1edb73ee391ae17 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 17 Feb 2009 15:59:38 +0000 Subject: [ARM] SMDK6410: Support WM1190-EV1 PMIC board The SMDK6410 supports pluggable PMIC boards. One such board is the Wolfson Microelectronics 1190-EV1 for the WM8350 PMICs. This patch introduces initial support for this module. Further patches will add additional integration with the system as support for the S3C6410 and other devices on the system improves. Signed-off-by: Mark Brown Signed-off-by: Ben Dooks --- arch/arm/mach-s3c6410/mach-smdk6410.c | 131 ++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) (limited to 'arch/arm/mach-s3c6410/mach-smdk6410.c') diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index dfd84d00f8d..466dee0954f 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c @@ -26,6 +26,11 @@ #include #include +#ifdef CONFIG_SMDK6410_WM1190_EV1 +#include +#include +#endif + #include