• Antonio Nino Diaz's avatar
    rockchip: Fix GICv2 interrupts · d31dcdc5
    Antonio Nino Diaz authored
    After the removal of deprecated interfaces in TF 2.0 the migration to
    the new GIC driver interfaces was done incorrectly in rk3328 and rk3368:
    2d6f1f01
    
     ("rockchip: Migrate to new interfaces").
    
    In the GICv2 driver it is mandated that all interrupts are Group 0
    interrupts. This patch simply moves all Group 1 interrupts to Group 0.
    
    Change-Id: I224c0135603eb5b81bd512976361500c0d129a91
    Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
    d31dcdc5
rockchip_gicv2.c 2.71 KB