Skip to content

Commit

Permalink
[ARM] SMDK6410: Use active high IRQ for the WM8350 on the WM1190-EV1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 1, 2009
1 parent 87c4122 commit db9256f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c6410/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ static int __init smdk6410_wm8350_init(struct wm8350 *wm8350)

static struct wm8350_platform_data __initdata smdk6410_wm8350_pdata = {
.init = smdk6410_wm8350_init,
.irq_high = 1,
};
#endif

Expand Down

0 comments on commit db9256f

Please sign in to comment.