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 /configs/opos6uldev_defconfig | |
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 'configs/opos6uldev_defconfig')
-rw-r--r-- | configs/opos6uldev_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index e1884df9dd2..7d21a6fe93c 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -115,13 +115,10 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_LOGO=y -# CONFIG_VIDEO_BPP8 is not set -# CONFIG_VIDEO_BPP32 is not set CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_MXS=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y -CONFIG_SPLASH_SOURCE=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y |