summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-16 11:38:38 +0000
committerskra <skra@FreeBSD.org>2016-02-16 11:38:38 +0000
commit25b601f742c4f323b6aa1d33ded914ee11295151 (patch)
tree98a2ddfb7094c9ca6e5c3f9ca930744800193cb9 /sys/boot/fdt/dts
parentef1004c712175aad96f847977b9ee0b111154256 (diff)
downloadFreeBSD-src-25b601f742c4f323b6aa1d33ded914ee11295151.zip
FreeBSD-src-25b601f742c4f323b6aa1d33ded914ee11295151.tar.gz
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.
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/arm/pandaboard-common.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/pandaboard-common.dtsi b/sys/boot/fdt/dts/arm/pandaboard-common.dtsi
index 911c4526..f8d2a08 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 = <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
};
+
+ elm: elm@48078000 {
+ interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
chosen {
stdin = "serial2";
OpenPOWER on IntegriCloud