]> git.sur5r.net Git - u-boot/commit
board: imx53: Always disable display before starting kernel
authorLukasz Majewski <lukma@denx.de>
Sun, 20 May 2018 06:33:14 +0000 (08:33 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 18 Jun 2018 14:42:04 +0000 (16:42 +0200)
commit642c1f519a693989f07d1c43f50bd47bafb53422
tree0d8569f5dfdd493203ffeccbf7b21e53eb11de86
parentfaab193ea2a8992b18026318f36cc7139b4ca1b5
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>
arch/arm/dts/imx53-kp.dts
board/k+p/kp_imx53/kp_imx53.c