commit | 37a1f44498f7eca2b5e69cc52da9012669a907bc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 29 06:16:41 2018 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:10 2019 +0100 |
tree | 98e434739df3d5c00b71c5006fdf3e99c129b3a3 | |
parent | b7e0e8545239404a5cab270476fa6613b8a49e03 [diff] |
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>