mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
imx8mp: set BYPASS ID SWAP to avoid AXI bus errors
Set the BYPASS ID SWAP bit (GPR10 bit 1) in order for GPU not to generated AXI bus errors with TZC380 enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
625b03d810
commit
a07c718129
@ -57,7 +57,7 @@ void enable_tzc380(void)
|
||||
/* Enable TZASC and lock setting */
|
||||
setbits_le32(&gpr->gpr[10], GPR_TZASC_EN);
|
||||
setbits_le32(&gpr->gpr[10], GPR_TZASC_EN_LOCK);
|
||||
if (is_imx8mm() || is_imx8mn())
|
||||
if (is_imx8mm() || is_imx8mn() || is_imx8mp())
|
||||
setbits_le32(&gpr->gpr[10], BIT(1));
|
||||
/*
|
||||
* set Region 0 attribute to allow secure and non-secure
|
||||
|
Loading…
Reference in New Issue
Block a user