From: Mark Brown Date: Thu, 9 Apr 2009 18:00:19 +0000 (+0100) Subject: [ARM] SMDK6410: Use active high IRQ for the WM8350 on the WM1190-EV1 X-Git-Tag: master-2009-06-15~21^2~9^2~10^2~12^2~3 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=db9256f33c1b9ce72d2a126d51c7fe0de65f0f8c;p=~andy%2Flinux [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 Signed-off-by: Ben Dooks --- diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 466dee0954f..15f9c7a2a6c 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) static struct wm8350_platform_data __initdata smdk6410_wm8350_pdata = { .init = smdk6410_wm8350_init, + .irq_high = 1, }; #endif