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 <tony@atomide.com>

+1 -1
+1 -1
arch/arm/boot/dts/omap4.dtsi
··· 398 398 elm: elm@48078000 { 399 399 compatible = "ti,am3352-elm"; 400 400 reg = <0x48078000 0x2000>; 401 - interrupts = <4>; 401 + interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 402 402 ti,hwmods = "elm"; 403 403 status = "disabled"; 404 404 };