hdmi:rk3288/rk3368: set controller register in uboot logo mode.
authorZheng Yang <zhengyang@rock-chips.com>
Thu, 23 Jul 2015 01:05:37 +0000 (09:05 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Thu, 23 Jul 2015 01:05:37 +0000 (09:05 +0800)
commitb93429044ad0618f5eeef6ef8ab235321de768e1
tree88f5a0fa44424f83f1abbacaeec383ec1888ed75
parentc16809fe479b426f9190479cf3074a82ca3ae13e
hdmi:rk3288/rk3368: set controller register in uboot logo mode.

EDID data readed in uboot and kernel may be different, and hdmi
output color mode is different in uboot and kernel: uboot output
RGB when EDID is wrong and kernel output YCbCr with right EDID.
But avi infomation and controller register is not set in kernel,
so the picture is wrong. Now fix this bug.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/video/rockchip/hdmi/rockchip-hdmiv2/rockchip_hdmiv2_hw.c