From 1a26d7344f2c304cc58e937fda1d03469de3d60a Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 22 Jun 2011 13:08:59 +0900 Subject: ARM: S3C64XX: Fix WM8915 IRQ polarity on Cragganmore The chip IRQ output is genuinely an IRQ output rather than /IRQ output by default - this had been working due to an interface issue with the IRQ controller. Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/mach-crag6410.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c') diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index ea7228b7b641..474f0d27e979 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c @@ -634,7 +634,7 @@ static struct wm8915_pdata wm8915_pdata __initdata = { .inl_mode = WM8915_DIFFERRENTIAL_1, .inr_mode = WM8915_DIFFERRENTIAL_1, - .irq_flags = IRQF_TRIGGER_FALLING, + .irq_flags = IRQF_TRIGGER_RISING, .gpio_default = { 0x8001, /* GPIO1 == ADCLRCLK1 */ -- cgit v1.2.3