Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / board / freescale / common / mpc85xx_sleep.c
index f924e7f482dc329d0dce0a9ffd5229dfc5ab294a..9e4132c64edc21437f59056b7c2ca4b8ba606071 100644 (file)
@@ -7,6 +7,9 @@
 #include <common.h>
 #include <asm/immap_85xx.h>
 #include "sleep.h"
+#ifdef CONFIG_U_QE
+#include "../../../drivers/qe/qe.h"
+#endif
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -65,6 +68,11 @@ static void dp_resume_prepare(void)
        disable_cpc_sram();
 #endif
        enable_cpc();
+
+#ifdef CONFIG_U_QE
+       u_qe_resume();
+#endif
+
 }
 
 int fsl_dp_resume(void)