From 95b2d200ef2b25f6a58a3cccfb07416c4e2b8dc8 Mon Sep 17 00:00:00 2001 From: Svatopluk Kraus Date: Tue, 16 Feb 2016 11:38:38 +0000 Subject: [PATCH] Temporary overwrite bad definition of elm interrupt property in Linux dts files. It may be removed once it will be fixed upstream. This is done just to supresses a warning during dtb evaluation as there is no elm driver in tree at present. --- sys/boot/fdt/dts/arm/pandaboard-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/fdt/dts/arm/pandaboard-common.dtsi b/sys/boot/fdt/dts/arm/pandaboard-common.dtsi index 911c4526734..f8d2a0814b8 100644 --- a/sys/boot/fdt/dts/arm/pandaboard-common.dtsi +++ b/sys/boot/fdt/dts/arm/pandaboard-common.dtsi @@ -41,6 +41,10 @@ reg = <0x48240200 0x20>; interrupts = ; }; + + elm: elm@48078000 { + interrupts = ; + }; }; chosen { stdin = "serial2";