]> git.dujemihanovic.xyz Git - u-boot.git/commit
opos6uldev: make the LCD work again
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>
Tue, 27 Feb 2024 15:40:01 +0000 (16:40 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 4 Mar 2024 11:18:48 +0000 (08:18 -0300)
commit64ca8db96e71a8170e5e5921ce2ea063f9e68c96
treecd424c68ed2817fee061bbd60f8d4afdf4a7fdeb
parent71e2082010ffb6fa8a4c5d5620abf9cba0873cf1
opos6uldev: make the LCD work again

Commit 5d7a95f49999 ("imx6ul/imx6ull: synchronise device trees with
linux") removed the display timings from the board device tree whereas
they are still needed by the mxsfb driver.
Add the timings back (the correct ones) in the
imx6ul-opos6uldev-u-boot.dtsi file and remove them from the
opos6uldev.env file.

Update the opos6uldev_defconfig file so that the LCD turns on at boot.

Fixes: 5d7a95f49999 ("imx6ul/imx6ull: synchronise device trees with linux")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi
board/armadeus/opos6uldev/opos6uldev.env
configs/opos6uldev_defconfig