mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue