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.
This commit is contained in:
Svatopluk Kraus 2016-02-16 11:38:38 +00:00
parent 276b1ac928
commit 95b2d200ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295655

View File

@ -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";