]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/imx-common/cpu.c
at91: Add support for the AT91 slow clock controller
[u-boot] / arch / arm / imx-common / cpu.c
index d3d1fc5afaf19d5e44a1d831727190dc2c48b296..42231872611caddf50b165fd55e066e67009141a 100644 (file)
@@ -137,6 +137,8 @@ unsigned imx_ddr_size(void)
 const char *get_imx_type(u32 imxtype)
 {
        switch (imxtype) {
+       case MXC_CPU_MX7S:
+               return "7S";    /* Single-core version of the mx7 */
        case MXC_CPU_MX7D:
                return "7D";    /* Dual-core version of the mx7 */
        case MXC_CPU_MX6QP:
@@ -279,6 +281,9 @@ void arch_preboot_os(void)
        /* disable video before launching O/S */
        ipuv3_fb_shutdown();
 #endif
+#if defined(CONFIG_VIDEO_MXS)
+       lcdif_power_down();
+#endif
 }
 
 void set_chipselect_size(int const cs_size)