Skip to content

Commit 1fe28da

Browse files
TonyHan11kartben
authored andcommitted
soc: microchip: sam: update NUM_IRQS default value for sama7g5
Enlarge NUM_IRQS by 32 which is the number of interrupts for SGI (Software Generated Interrupts) and PPI (Private Peripheral Interrupts). Signed-off-by: Tony Han <tony.han@microchip.com>
1 parent 486486c commit 1fe28da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/microchip/sam/sama7g5/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if SOC_SERIES_SAMA7G5
77

88
config NUM_IRQS
9-
default 155
9+
default 187
1010

1111
config SYS_CLOCK_HW_CYCLES_PER_SEC
1212
default $(dt_node_int_prop_int,/soc/timer@e1800000,clock-frequency)

0 commit comments

Comments
 (0)