|
@@ -539,6 +539,8 @@ int board_late_init(void)
|
|
|
#ifdef CONFIG_CMD_BMODE
|
|
|
add_board_boot_modes(board_boot_modes);
|
|
|
#endif
|
|
|
+
|
|
|
+#if defined(CONFIG_VIDEO_IPUV3)
|
|
|
/*
|
|
|
* We need at least 200ms between power on and backlight on
|
|
|
* as per specifications from CHI MEI
|
|
@@ -555,6 +557,7 @@ int board_late_init(void)
|
|
|
gpio_direction_output(LVDS_BACKLIGHT_GP, 1);
|
|
|
|
|
|
pwm_enable(0);
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_CMD_SATA
|
|
|
setup_ba16_sata();
|