]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3-image-gen/k3-image-gen.git/commitdiff
j721e: rm-cfg: Assign unallocated Main NavSS IR GIC_SPI lines to C71x
authorSuman Anna <s-anna@ti.com>
Mon, 4 May 2020 21:08:44 +0000 (16:08 -0500)
committerDave Gerlach <d-gerlach@ti.com>
Tue, 5 May 2020 18:15:15 +0000 (13:15 -0500)
The Main NavSS IR has 192 output lines routed to both the GIC and CLEC
within the Compute Cluster. The first 10 and the last 4 interrupts are
reserved for System Firmware, while the remaining are split up between
the HOST_ID_A72_2, HOST_ID_A72_3 and HOST_ID_C7X_1 contexts. The Main
NavSS IR output lines [174:187] are currently not allocated to any
context, so assign these to the C71x non-secure context.

Signed-off-by: Suman Anna <s-anna@ti.com>
soc/j721e/evm/rm-cfg.c

index 6c79b8256e1545f57776f13ffe5a38d37668b202..da697d02c20624481f32d39622764419598b5f7f 100644 (file)
@@ -1302,7 +1302,7 @@ const struct boardcfg_rm_local j721e_boardcfg_rm_data = {
                },
                {
                        .start_resource = 142,
-                       .num_resource = 32,
+                       .num_resource = 46,
                        .type = RESASG_UTYPE (J721E_DEV_NAVSS0_INTR_ROUTER_0,
                                        RESASG_SUBTYPE_IR_OUTPUT),
                        .host_id = HOST_ID_C7X_1,