board: ge: bx50v3, imx53ppd: use DM I2C
[oweals/u-boot.git] / board / ge / mx53ppd / mx53ppd_video.c
index 394dcd6801e24bc99f38c7278843b0eec815b468..9dd9f0c98d0f5836465d3b7692f64527683f6cbd 100644 (file)
@@ -104,6 +104,7 @@ static void lcd_enable(void)
        pwm_config(1, 5000000, 5000000);
 
        /* Backlight Power */
+       gpio_request(BACKLIGHT_ENABLE, "BACKLIGHT_ENABLE");
        gpio_direction_output(BACKLIGHT_ENABLE, 1);
 
        pwm_enable(1);