commit | 618d4b6dcacf0a54149be84cf03d0c026fe49427 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Sun May 20 08:33:14 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 18 16:42:04 2018 +0200 |
tree | 0d8569f5dfdd493203ffeccbf7b21e53eb11de86 | |
parent | 9b9072780640f3f0fd10c5e4bf69ef8bdf9aad0f [diff] |
board: imx53: Always disable display before starting kernel This patch prevents from the situation where we may end up with garbage displayed on the LCD panel. Such situation occurs when one performs "reboot -f" in Linux and then stop in U-boot (or observe the garbage on the screen during boot up). To prevent from such situation - the PWM pin is configured as GPIO and set to LOW. Signed-off-by: Lukasz Majewski <lukma@denx.de>