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:
parent
276b1ac928
commit
95b2d200ef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295655
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user