diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-07-26 16:41:02 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-07-26 11:29:01 +0200 |
commit | 0256577a83bd4a47ef524ceaaa8cc9fb1cd114c3 (patch) | |
tree | c67590196d80cc69a557617a8e95bfa6df20a4e0 /arch/arm/include/asm/arch-imx9/sys_proto.h | |
parent | 12f23227369847dd8ea8d25d49aa953cfb96df21 (diff) |
imx: imx9: Add MIX power init
Add power init of MEDIAMIX, MLMIX and DDRMIX. And clear isolation
of MIPI DSI/CSI, USBPHY after the power up.
SPL should call the power init in its boot sequence before accessing
above three MIX and USB.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx9/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-imx9/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx9/sys_proto.h b/arch/arm/include/asm/arch-imx9/sys_proto.h index 513aa0b958..5ae7a04339 100644 --- a/arch/arm/include/asm/arch-imx9/sys_proto.h +++ b/arch/arm/include/asm/arch-imx9/sys_proto.h @@ -8,4 +8,5 @@ #include <asm/mach-imx/sys_proto.h> +void soc_power_init(void); #endif |