Skip to content
Snippets Groups Projects
Commit 72ff8eb1 authored by Troy Kisky's avatar Troy Kisky
Browse files

mach-imx: cpu: call imx8m_fb_disable in arch_preboot_os

parent 2fc20f8e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@
#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/crm_regs.h>
#if defined(CONFIG_VIDEO_IMXDCSS)
#include <asm/arch/video_common.h>
#endif
#include <asm/mach-imx/boot_mode.h>
#include <imx_thermal.h>
#include <ipu_pixfmt.h>
......@@ -306,6 +309,9 @@ void arch_preboot_os(void)
#if defined(CONFIG_VIDEO_MXS)
lcdif_power_down();
#endif
#if defined(CONFIG_VIDEO_IMXDCSS)
imx8m_fb_disable();
#endif
}
#ifndef CONFIG_MX8M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment