imx8ulp: assign PXP/HIFI4/EPDC to APD domain
Assign the PXP/HIFI4/EPDC to APD domain, otherwise APD not able to receive interrupts from the modules. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
d563d29203
commit
99de168f7e
1 changed files with 2 additions and 2 deletions
|
@ -471,8 +471,8 @@ void lpav_configure(void)
|
|||
/* LPAV to APD */
|
||||
setbits_le32(SIM_SEC_BASE_ADDR + 0x44, BIT(7));
|
||||
|
||||
/* GPU 2D/3D/DCNANO/MIPI_DSI to APD */
|
||||
setbits_le32(SIM_SEC_BASE_ADDR + 0x4c, BIT(1) | BIT(2) | BIT(3) | BIT(4));
|
||||
/* PXP/GPU 2D/3D/DCNANO/MIPI_DSI/EPDC/HIFI4 to APD */
|
||||
setbits_le32(SIM_SEC_BASE_ADDR + 0x4c, 0x7F);
|
||||
|
||||
/* LPAV slave/dma2 ch allocation and request allocation to APD */
|
||||
writel(0x1f, SIM_SEC_BASE_ADDR + 0x50);
|
||||
|
|
Loading…
Reference in a new issue