From: Peter Ujfalusi Date: Fri, 20 Apr 2018 11:38:19 +0000 (+0300) Subject: ARM: dts: am437x-gp-evm: Correct tps65218 irq type X-Git-Tag: v5.15~8628^2~19^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5692b911c980eb4ef5c34abaff56449f22d42205;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: am437x-gp-evm: Correct tps65218 irq type 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 Reviewed-by: Keerthy Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 8fe95cd..d0192e0 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -543,7 +543,7 @@ tps65218: tps65218@24 { reg = <0x24>; compatible = "ti,tps65218"; - interrupts = ; /* NMIn */ + interrupts = ; /* NMIn */ interrupt-controller; #interrupt-cells = <2>;