Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes

Two fixes for dts compiler warnings

These recently started showing up with better dtc checks being
introduced.

* tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: Fix dm814x missing phy-cells property
ARM: dts: Fix elm interrupt compiler warning

Signed-off-by: Olof Johansson <olof@lixom.net>

+2 -1
+1
arch/arm/boot/dts/dm814x.dtsi
··· 386 386 reg = <0x1b00 0x100>; 387 387 reg-names = "phy"; 388 388 ti,ctrl_mod = <&usb_ctrl_mod>; 389 + #phy-cells = <0>; 389 390 }; 390 391 }; 391 392
+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 };