arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 23 Jul 2015 14:19:28 +0000 (17:19 +0300)
committerStefano Babic <sbabic@denx.de>
Sun, 2 Aug 2015 08:51:37 +0000 (10:51 +0200)
commit75dbbbfdf36ac01d56418a1e47ed30deeb6f72ec
tree73b7c51825627334df538841adac20d0ea3841a8
parent361b715bbfbebc96d31c0ee48c34c2e66f049684
arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

U-Boot does not explicitly assign the display to an IPU interface. Instead, it
relies on the power-on default of DI0.

Since the kernel reassigns HDMI display to DI1, after a warm reset the HDMI
display no longer works in U-Boot.

Fix this by explicitly assigning HDMI to IPU1 DI0 in U-Boot.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
board/compulab/cm_fx6/cm_fx6.c