]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: am437x-sk-evm: Correct tps65218 irq type
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 20 Apr 2018 11:38:22 +0000 (14:38 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 1 May 2018 15:32:14 +0000 (08:32 -0700)
According to the documentation the interrupt line is active low.

The patch will silence the warning from gic_irq_domain_translate():
"Make it clear that broken DTs are... broken"

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-sk-evm.dts

index 4118802b7fea0097298ca745a2b82961a06e52bc..ca5c9070476cca3c8e646d2b3f93951467e2765b 100644 (file)
@@ -429,7 +429,7 @@ &i2c0 {
        tps@24 {
                compatible = "ti,tps65218";
                reg = <0x24>;
-               interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>;
                interrupt-controller;
                #interrupt-cells = <2>;