Re: [PATCH] ARM: tegra: dalmore: fix irq trigger type

2014-02-11 Thread Stefan Agner
Am 2014-02-11 21:47, schrieb Thierry Reding: > On Tue, Feb 11, 2014 at 09:11:32PM +0100, Stefan Agner wrote: >> Trigger type needs to be IRQ_TYPE_LEVEL_HIGH since the interrupt >> signal gets inverted by the PMC (configured by the invert-interrupt >> property). > > Isn't the reason the other way a

Re: [PATCH] ARM: tegra: dalmore: fix irq trigger type

2014-02-11 Thread Thierry Reding
On Tue, Feb 11, 2014 at 09:11:32PM +0100, Stefan Agner wrote: > Trigger type needs to be IRQ_TYPE_LEVEL_HIGH since the interrupt > signal gets inverted by the PMC (configured by the invert-interrupt > property). Isn't the reason the other way around? The PMIC generates a low-level interrupt, but t