[U-Boot, 06/13] board: ge: mx53ppd: enable DM_VIDEO

2020-02-10 Thread sbabic
> Enable DM_VIDEO for mx53ppd. > Enable DM_REGULATOR_FIXED and DM_PWM for the backlight. > Remove unused MX53PPD_LCD_POWER. > Remove old (incorrect) setup_iomux_lcd. > Enable backlight via display enable handler. > Use cls command to initiate display in HW agnostic manner. > Modify `failbootcmd' to

[U-Boot, 06/13] board: ge: mx53ppd: enable DM_VIDEO

2020-01-31 Thread Ian Ray
Enable DM_VIDEO for mx53ppd. Enable DM_REGULATOR_FIXED and DM_PWM for the backlight. Remove unused MX53PPD_LCD_POWER. Remove old (incorrect) setup_iomux_lcd. Enable backlight via display enable handler. Use cls command to initiate display in HW agnostic manner. Modify `failbootcmd' to use lcdputs.