Commits
Ye Li committed f27090f0773
MLK-18823 mx6ul/mx6ull: Add workaround for LCDIF display when optee enabled In optee enabled defconfig, the trust zone is enabled in DCD. On iMX6UL/ULL, there is IC limitation that LCDIF master access can only be non-secure, because PL301 hard code the m_3/4/5 to non-secure masters. It causes LCDIF fails to fetch data from memory. This patch adds a workaround to change trust zone Region 0 attribute to allow both secure and non-secure read/write. So it permits the LCDIF master access to memory. Since optee will configure Region 0 by itself, this should not introduce problem to optee. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 85be73bb5bab319c096f0893729835b3ceddafde) (cherry picked from commit a7ab49a0856caea6114b4f9d1f6cddb75c944c33) (cherry picked from commit 5a54394012b76adbd7efe2aa2cea8a8dade860c0)