mfd: da9055: Change irq state to default
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Mon, 18 Mar 2013 09:12:38 +0000 (14:42 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Apr 2013 08:09:26 +0000 (10:09 +0200)
This patch changes the irq state from high to the now default low.
Because the default PMIC irq state of DA9055 got changed from high to low.
This change should not affect any of the existing users since all of them
use active low state.

This patch has been tested on smdkv6410.

Signed-off-by: Ashish <ashish.jangam@kpitcummins.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/da9055-core.c

index f56a1a9..49cb23d 100644 (file)
@@ -391,7 +391,7 @@ int da9055_device_init(struct da9055 *da9055)
                da9055->irq_base = pdata->irq_base;
 
        ret = regmap_add_irq_chip(da9055->regmap, da9055->chip_irq,
-                                 IRQF_TRIGGER_HIGH | IRQF_ONESHOT,
+                                 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
                                  da9055->irq_base, &da9055_regmap_irq_chip,
                                  &da9055->irq_data);
        if (ret < 0)