diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-09 14:00:19 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-01 06:38:46 -0400 |
commit | db9256f33c1b9ce72d2a126d51c7fe0de65f0f8c (patch) | |
tree | eb74922396ffc874451a6aff67560b21bc4f381d /arch/arm/mach-s3c6410 | |
parent | 87c4122f1714f96faa1b1c9449f762b9c56f77e4 (diff) |
[ARM] SMDK6410: Use active high IRQ for the WM8350 on the WM1190-EV1
Using an active high IRQ ensures that the WM8350 interrupt handling
does not spin when used with a SMDK6410 which has not had R20 removed
and R21 fitted to connect EINT12 to the PMIC module rather thant the
fixed regulators on the CPU module.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r-- | arch/arm/mach-s3c6410/mach-smdk6410.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 466dee0954f4..15f9c7a2a6c7 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c | |||
@@ -303,6 +303,7 @@ static int __init smdk6410_wm8350_init(struct wm8350 *wm8350) | |||
303 | 303 | ||
304 | static struct wm8350_platform_data __initdata smdk6410_wm8350_pdata = { | 304 | static struct wm8350_platform_data __initdata smdk6410_wm8350_pdata = { |
305 | .init = smdk6410_wm8350_init, | 305 | .init = smdk6410_wm8350_init, |
306 | .irq_high = 1, | ||
306 | }; | 307 | }; |
307 | #endif | 308 | #endif |
308 | 309 | ||