From 79db5f9f918a736775c291fa38556aa6d56fd364 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Thu, 29 Aug 2019 09:28:00 -0400 Subject: 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 Acked-by: Suman Anna --- soc/am65x/evm/rm-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soc/am65x') 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 = { .num_resource = 32, .type = RESASG_UTYPE(RESASG_TYPE_PULSAR_C1_IRQ, RESASG_SUBTYPE_PULSAR_C1_IRQ_MAIN2MCU_LVL), - .host_id = HOST_ID_R5_1, + .host_id = HOST_ID_R5_2, }, { .start_resource = 224, -- cgit v1.2.3