imx8ulp: rdc: allow A35 access flexspi0 mem

For singel boot, set flexspi0 mem to be accessed by A35

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Ye Li 2021-10-29 09:46:20 +08:00 committed by Stefano Babic
parent 829e06bf41
commit 608ed200f1

View file

@ -463,6 +463,8 @@ static int trdc_set_access(void)
/* Iomuxc0: : PBridge1 slot 33 */
trdc_mbc_set_access(2, 7, 1, 33, false);
/* flexspi0 */
trdc_mrc_region_set_access(0, 7, 0x04000000, 0x0c000000, false);
return 0;
}