[patch v1 2/5] regulator: da9055 change irq state to default

From: Ashish Jangam
Date: Fri Jan 18 2013 - 00:24:16 EST


This patch changes the irq state from high to the now default low
state.

This patch is dependent on the DA9055 MFD.

This patch is tested on smdk6410 board.

Signed-off-by: Ashish Jangam <ashish.jangam@xxxxxxxxxxxxxxx>
---
drivers/regulator/da9055-regulator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/da9055-regulator.c b/drivers/regulator/da9055-regulator.c
index 3022109..d4297c2 100644
--- a/drivers/regulator/da9055-regulator.c
+++ b/drivers/regulator/da9055-regulator.c
@@ -579,7 +579,7 @@ static int da9055_regulator_probe(struct platform_device *pdev)
irq = regmap_irq_get_virq(da9055->irq_data, irq);
ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
da9055_ldo5_6_oc_irq,
- IRQF_TRIGGER_HIGH |
+ IRQF_TRIGGER_LOW |
IRQF_ONESHOT |
IRQF_PROBE_SHARED,
pdev->name, regulator);
--
1.7.0.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/