dts: Adding priority cell to Intel's IOAPIC IRQ controllers descriptor

Zephyr exposes the ability to set IRQ priority on IOAPIC.
To keep compatibility with Linux, let's add the priority at the end
after sense. So imported dtsi with interrupt-cells set to 2 will work as
usual.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-03-02 21:44:06 +01:00 committed by Anas Nashif
parent 9e1f1acc24
commit b8e8077cbe
1 changed files with 1 additions and 0 deletions

View File

@ -28,4 +28,5 @@ properties:
"#cells":
- irq
- sense
- priority
...