diff options
author | Sam Nelson | 2019-08-29 08:28:00 -0500 |
---|---|---|
committer | Andreas Dannenberg | 2019-08-30 10:49:13 -0500 |
commit | 79db5f9f918a736775c291fa38556aa6d56fd364 (patch) | |
tree | ca24225a97a62d5a33efe4ebb641ec861a35e176 /soc/am65x/evm | |
parent | 95a2b413d5dcd843154cb2c40725e3cb738696e4 (diff) | |
download | k3-image-gen-79db5f9f918a736775c291fa38556aa6d56fd364.tar.gz k3-image-gen-79db5f9f918a736775c291fa38556aa6d56fd364.tar.xz k3-image-gen-79db5f9f918a736775c291fa38556aa6d56fd364.zip |
am65x: Correct R5F core 1 Host ID
HOST_ID_R5_1 is to be used only with secure context.
HOST_ID_R5_2 is the right Host Id to use for R5F core 1
Fixes: 54933d505c4d ("rm-cfg: Partition interrupt resources between R5F contexts")
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Acked-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'soc/am65x/evm')
-rw-r--r-- | soc/am65x/evm/rm-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/am65x/evm/rm-cfg.c b/soc/am65x/evm/rm-cfg.c index 01a888acd..3692b0b29 100644 --- a/soc/am65x/evm/rm-cfg.c +++ b/soc/am65x/evm/rm-cfg.c | |||
@@ -471,7 +471,7 @@ const struct boardcfg_rm_local am65_boardcfg_rm_data = { | |||
471 | .num_resource = 32, | 471 | .num_resource = 32, |
472 | .type = RESASG_UTYPE(RESASG_TYPE_PULSAR_C1_IRQ, | 472 | .type = RESASG_UTYPE(RESASG_TYPE_PULSAR_C1_IRQ, |
473 | RESASG_SUBTYPE_PULSAR_C1_IRQ_MAIN2MCU_LVL), | 473 | RESASG_SUBTYPE_PULSAR_C1_IRQ_MAIN2MCU_LVL), |
474 | .host_id = HOST_ID_R5_1, | 474 | .host_id = HOST_ID_R5_2, |
475 | }, | 475 | }, |
476 | { | 476 | { |
477 | .start_resource = 224, | 477 | .start_resource = 224, |