arm: imx8ulp: Allocate DCNANO and MIPI_DSI to AD domain
authorYe Li <ye.li@nxp.com>
Sat, 7 Aug 2021 08:01:02 +0000 (16:01 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 9 Aug 2021 12:46:51 +0000 (14:46 +0200)
Configure DCNANO and MIPI_DSI to be controlled by AD for single boot

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8ulp/soc.c

index add4618..e5985c4 100644 (file)
@@ -482,6 +482,8 @@ int arch_cpu_init(void)
                        setbits_le32(0x2802B044, BIT(7));
                        /* GPU 2D/3D to APD */
                        setbits_le32(0x2802B04C, BIT(1) | BIT(2));
+                       /* DCNANO and MIPI_DSI to APD */
+                       setbits_le32(0x2802B04C, BIT(1) | BIT(2) | BIT(3) | BIT(4));
                }
 
                /* release xrdc, then allow A35 to write SRAM2 */