Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: da9055: Change irq state to default

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>

authored by

Ashish Jangam and committed by
Samuel Ortiz
3cec5f4e 48130b8f

+1 -1
+1 -1
drivers/mfd/da9055-core.c
··· 391 391 da9055->irq_base = pdata->irq_base; 392 392 393 393 ret = regmap_add_irq_chip(da9055->regmap, da9055->chip_irq, 394 - IRQF_TRIGGER_HIGH | IRQF_ONESHOT, 394 + IRQF_TRIGGER_LOW | IRQF_ONESHOT, 395 395 da9055->irq_base, &da9055_regmap_irq_chip, 396 396 &da9055->irq_data); 397 397 if (ret < 0)