aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-crag6410.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-22 00:08:59 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 12:21:51 -0400
commit1a26d7344f2c304cc58e937fda1d03469de3d60a (patch)
tree74be40ae30916f0d40533a2960c6d3539627c064 /arch/arm/mach-s3c64xx/mach-crag6410.c
parent3512729672e7f454f8dff2f3cdad7e3af190a9b6 (diff)
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 <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index ea7228b7b64..474f0d27e97 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 = {
634 .inl_mode = WM8915_DIFFERRENTIAL_1, 634 .inl_mode = WM8915_DIFFERRENTIAL_1,
635 .inr_mode = WM8915_DIFFERRENTIAL_1, 635 .inr_mode = WM8915_DIFFERRENTIAL_1,
636 636
637 .irq_flags = IRQF_TRIGGER_FALLING, 637 .irq_flags = IRQF_TRIGGER_RISING,
638 638
639 .gpio_default = { 639 .gpio_default = {
640 0x8001, /* GPIO1 == ADCLRCLK1 */ 640 0x8001, /* GPIO1 == ADCLRCLK1 */