
22 Jan
2018
22 Jan
'18
9:22 a.m.
On Wed, Jan 17, 2018 at 1:08 PM, Maxime Ripard maxime.ripard@free-electrons.com wrote:
On Tue, Jan 16, 2018 at 05:43:48PM +0100, Giulio Benetti wrote:
flags member of struct timing was not initialized, this took to unpredictable behaviour of display flags, such DISPLAY_FLAGS_HSYNC_HIGH instead of _LOW etc.
Init timing->flags = 0
Signed-off-by: Giulio Benetti giulio.benetti@micronovasrl.com
Acked-by: Maxime Ripard maxime.ripard@free-electrons.com
Applied to u-boot-sunxi/master