From: Peter Ujfalusi Date: Fri, 20 Apr 2018 11:38:22 +0000 (+0300) Subject: ARM: dts: am437x-sk-evm: Correct tps65218 irq type X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=561f9bcf268422ebe78a1739d86a255fd481c71c;p=linux.git ARM: dts: am437x-sk-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-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 4118802b7fea0..ca5c9070476cc 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -429,7 +429,7 @@ tps@24 { compatible = "ti,tps65218"; reg = <0x24>; - interrupts = ; + interrupts = ; interrupt-controller; #interrupt-cells = <2>;