rockchip: Drop call to rockchip_dnl_mode_check() for now
authorSimon Glass <sjg@chromium.org>
Sat, 29 Dec 2018 13:16:41 +0000 (06:16 -0700)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:10 +0000 (16:59 +0100)
commit0d968ceb1ff63b0d220a571f438f0d5fe6350e88
tree98e434739df3d5c00b71c5006fdf3e99c129b3a3
parent2d0c01b8f0adbaf7437ef0f4fcd01763190f40e7
rockchip: Drop call to rockchip_dnl_mode_check() for now

This function causes a 5-second delay and stops the display working on
minnie. This code should be in a driver and should only be enabled by
a device-tree property, so that it does not affect devices which do not
have this feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/boot_mode.c