sam3x: report correct number of IRQ priority bits

The Sam3x HAL defines __NVIC_PRIO_BITS to 4.
Fixes an issue where interrupt priorities and masking
were not being done correctly.

Issue: ZEP-2243
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-06-08 10:02:41 -07:00 committed by Kumar Gala
commit 639a10e30d

View file

@ -35,5 +35,5 @@
};
&nvic {
arm,num-irq-priority-bits = <3>;
arm,num-irq-priority-bits = <4>;
};