]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: video: Correct HDMI data source selection
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:21:55 +0000 (14:21 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:30 +0000 (17:59 -0700)
commit18e4f217a9b9c1a4d1294255582e701a1390f155
tree80f73ef1bb343b668aa07524db4fcd156081856f
parent3548cbed9d8db7c2fcce8549ecfb6e3418a07ba3
rockchip: video: Correct HDMI data source selection

This code currently always selects the second source. It only worked
because both sources are set up.

With the change to only init video devices that are present in the stdout
environment variable, this fails. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/rk_hdmi.c