Searched hist:b24cf8540a85a9bf97975aadd6a7542f166c78a3 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mxsfb.c | b24cf8540a85a9bf97975aadd6a7542f166c78a3 Wed Feb 22 13:40:22 UTC 2017 Fabio Estevam <fabio.estevam@nxp.com> video: mxsfb: Fix reset hang when videomode variable is not present
Currently the system hangs when the 'videomode' variable is not present and a reset command is issued:
=> setenv videomode => saveenv => reset
(Board hangs)
lcdif_power_down() assumes that the LCDIF controller has been properly configured and enabled, which may not be true.
To fix this issue check whether panel.frameAdrs has been initialized and in case it has not been initialized, do not continue with the LCDIF powerdown sequence.
Tested on a imx7dsabresd board.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Anatolij Gustschin <agust@denx.de>
|