From: Peter Ujfalusi Date: Fri, 20 Apr 2018 11:38:21 +0000 (+0300) Subject: ARM: dts: am437x-epos-evm: Correct tps65218 irq type X-Git-Tag: Ubuntu-5.10.0-12.13~7639^2~48^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7a53a34622da63246432853a7caf155ada807ef9;p=mirror_ubuntu-hirsute-kernel.git ARM: dts: am437x-epos-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/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index a66941885c11..7a5b06fb2cff 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -595,7 +595,7 @@ tps65218: tps65218@24 { reg = <0x24>; compatible = "ti,tps65218"; - interrupts = ; /* NMIn */ + interrupts = ; /* NMIn */ interrupt-controller; #interrupt-cells = <2>;