summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4.dtsi
diff options
context:
space:
mode:
authorOlof Johansson2017-12-10 05:22:01 +0100
committerOlof Johansson2017-12-10 05:22:01 +0100
commit69b8df5d6a4222fd6996227ae8ef60fe44db74fc (patch)
treec7fedf113070bf702903eea5c090da5a55818b35 /arch/arm/boot/dts/omap4.dtsi
parentARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds (diff)
parentARM: dts: Fix dm814x missing phy-cells property (diff)
downloadkernel-qcow2-linux-69b8df5d6a4222fd6996227ae8ef60fe44db74fc.tar.gz
kernel-qcow2-linux-69b8df5d6a4222fd6996227ae8ef60fe44db74fc.tar.xz
kernel-qcow2-linux-69b8df5d6a4222fd6996227ae8ef60fe44db74fc.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 3bba7128b8f3..cc1a07a3620f 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 = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "elm";
status = "disabled";
};