Skip to content

mod/smcf: Fix wrong MGI interrupt clear mask

Noe Galea-Sevilla requested to merge ng/fix_mgi_clear_mask into main

MGI interrupts should be cleared by setting the corresponding MGI_IRQ_STAT bits to 1, but the current implementation sets them to 0 instead.

This commit fixes the wrong bit mask to clear MGI interrupts.

Signed-off-by: Noe Galea-Sevilla noe.galea-sevilla@arm.com

Merge request reports

Loading