diff options
author | Sébastien Szymanski | 2024-02-27 16:40:01 +0100 |
---|---|---|
committer | Fabio Estevam | 2024-03-04 08:18:48 -0300 |
commit | 64ca8db96e71a8170e5e5921ce2ea063f9e68c96 (patch) | |
tree | cd424c68ed2817fee061bbd60f8d4afdf4a7fdeb /board | |
parent | 71e2082010ffb6fa8a4c5d5620abf9cba0873cf1 (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/armadeus/opos6uldev/opos6uldev.env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/armadeus/opos6uldev/opos6uldev.env b/board/armadeus/opos6uldev/opos6uldev.env index f9002978710..2e7b65968d1 100644 --- a/board/armadeus/opos6uldev/opos6uldev.env +++ b/board/armadeus/opos6uldev/opos6uldev.env @@ -24,7 +24,6 @@ mmcrootfstype=ext4 rootwait kernelimg=opos6ul-linux.bin splashpos=0,0 splashimage=CONFIG_SYS_LOAD_ADDR -videomode=video=ctfb:x:800,y:480,depth:18,pclk:33033,le:96,ri:96,up:20,lo:21,hs:64,vs:4,sync:0,vmode:0 check_env=if test -n ${flash_env_version}; then env default env_version; else env set flash_env_version ${env_version}; env save; |