Skip to content

Commit

Permalink
ARM: S3C64XX: Fix WM8915 IRQ polarity on Cragganmore
Browse files Browse the repository at this point in the history
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jul 20, 2011
1 parent 3512729 commit 1a26d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1a26d73

Please sign in to comment.