diff options
-rw-r--r-- | arch/arm/imx-common/cpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index e097a29..7137938 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -19,6 +19,7 @@ #include <ipu_pixfmt.h> #include <thermal.h> #include <sata.h> +#include <mxsfb.h> #ifdef CONFIG_VIDEO_GIS #include <gis.h> @@ -245,6 +246,9 @@ void arch_preboot_os(void) /* Entry for GIS */ mxc_disable_gis(); #endif +#ifdef CONFIG_VIDEO_MXS + lcdif_power_down(); +#endif } void set_chipselect_size(int const cs_size) |