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:
Kumar Gala 2017-03-24 15:08:14 -05:00
commit ffd7c9f696
21 changed files with 13 additions and 38 deletions

View file

@ -126,5 +126,4 @@
&nvic {
num-irq-prio-bits = <4>;
num-irqs = <82>;
};