summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-05-24 10:12:26 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:37:20 +0800
commit37ca5c100281ef83f81f9fdc4259e814719123d9 (patch)
tree74934e6c18dcac50d1629dc89c79ac210d5b5bd2 /arch/arm/mach-imx/imx9
parent4bb5f321f7c84f67cf468dc9cdcba7ff49972be6 (diff)
LFU-337 imx9: Remove DDRMIX slice power cycle
When A55 boot, DDRMIX is default power on. It is not needed to do additional power off/on cycle to DDRMIX SRC slice. This power cycle was thought to resolve DDR PHY accessing issue, but actually the issue is caused by wrong DDR PLL setting which has been fixed. So remove the unnecessary power cycle. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/imx9')
-rw-r--r--arch/arm/mach-imx/imx9/soc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c
index 8fec136a2e..7caadd541f 100644
--- a/arch/arm/mach-imx/imx9/soc.c
+++ b/arch/arm/mach-imx/imx9/soc.c
@@ -513,7 +513,6 @@ void disable_isolation(void)
void soc_power_init(void)
{
- mix_power_init(MIX_PD_DDRMIX);
mix_power_init(MIX_PD_MEDIAMIX);
mix_power_init(MIX_PD_MLMIX);