diff options
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index eba3756..7266d10 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -495,7 +495,8 @@ int arch_cpu_init(void) #endif #if !defined(CONFIG_MX6UL) - imx_set_vddpu_power_down(); + if (!is_mx6dqp()) + imx_set_vddpu_power_down(); #endif #ifdef CONFIG_APBH_DMA |