interrupt_controller: gic: update default priority
Use '0xa0' as default priority to be consistent with the V1/V2 and V3 drivers default priority init. Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
This commit is contained in:
parent
f54c57effe
commit
739bc24fc2
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@
|
|||
#define GIC_SPI 0x0
|
||||
#define GIC_PPI 0x1
|
||||
|
||||
#define IRQ_DEFAULT_PRIORITY 0xa
|
||||
#define IRQ_DEFAULT_PRIORITY 0xa0
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue