dts: Remove num-irqs from the arm nvic node
Move back to getting the number of IRQs from Kconfig. We do this because the number of IRQs should really just be determined by scanning the device tree and figuring out the highest IRQ value used. Change-Id: I8e0dbec1d9d036d4e899b237c4dc7d833c422e18 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
94107bc71d
commit
ffd7c9f696
21 changed files with 13 additions and 38 deletions
|
@ -126,5 +126,4 @@
|
|||
|
||||
&nvic {
|
||||
num-irq-prio-bits = <4>;
|
||||
num-irqs = <82>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue