From: Tony Lindgren Date: Mon, 4 Dec 2017 16:27:17 +0000 (-0800) Subject: ARM: dts: Fix elm interrupt compiler warning X-Git-Tag: v4.15~116^2~13^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d364b038bc962f494cffb8f6cb6cddbe41bcb5b6;p=mirror_ubuntu-bionic-kernel.git ARM: dts: Fix elm interrupt compiler warning Looks like the interrupt property is missing the controller and level information causing: Warning (interrupts_property): interrupts size is (4), expected multiple of 12 in /ocp/elm@48078000 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 1dc5a76b3c71..22b377d35201 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -398,7 +398,7 @@ elm: elm@48078000 { compatible = "ti,am3352-elm"; reg = <0x48078000 0x2000>; - interrupts = <4>; + interrupts = ; ti,hwmods = "elm"; status = "disabled"; };