mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
1289ff7bd7
According to TRM for i.MX8M Nano and Plus, GPR10 register contains lock bit for TZASC_ID_SWAP_BYPASS bit. This bit is required to be set in order to avoid AXI bus errors when GPU is enabled on the platform. TZASC_ID_SWAP_BYPASS bit is alread set for all imx8m applicable derivatives, but is missing a lock settings to be applied. Set the TZASC_ID_SWAP_BYPASS_LOCK bit for those derivatives which have it implemented. Since we're here, provide also names to bits from TRM instead of using BIT() macro in the code. Fixes: |
||
---|---|---|
.. | ||
clock.h | ||
clock_imx8mm.h | ||
clock_imx8mq.h | ||
crm_regs.h | ||
ddr.h | ||
gpio.h | ||
imx-regs.h | ||
imx8mm_pins.h | ||
imx8mn_pins.h | ||
imx8mp_pins.h | ||
imx8mq_pins.h | ||
lpddr4_define.h | ||
power-domain.h | ||
sys_proto.h |