]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: stm32f769-disco: support FRD400B25025-A-CTK display
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 1 Apr 2025 07:00:57 +0000 (09:00 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 5 May 2025 13:51:46 +0000 (15:51 +0200)
Support FRIDA FRD400B25025-A-CTK display on stm32f769-disco board.

As reported in the section 8.3 (i. e. Board revision history) of document
UM2033 (i. e. Discovery kit with STM32F769NI MCU) these are the changes
related to the board revision addressed by the patch:
- Board MB1166 revision A-09:
- LCD FRIDA FRD397B25009-D-CTK replaced by FRIDA FRD400B25025-A-CTK

This means that the MB1166-A09 is using an NT35510 panel controller,
unlike the previous versions which use an OTM8009A controller.
Therefore, let's add support for NT35510 panel handling to the
stm32f769-disco board configurations.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32f769-disco_defconfig
configs/stm32f769-disco_spl_defconfig

index 0f145f2c8f43296b4122ae50c2f0fc7a6d3cd349..e539fce780b0716e0675c6a2291771b5bba26f0f 100644 (file)
@@ -60,6 +60,7 @@ CONFIG_STM32_QSPI=y
 CONFIG_VIDEO=y
 CONFIG_VIDEO_LOGO=y
 CONFIG_BACKLIGHT_GPIO=y
+CONFIG_VIDEO_LCD_NOVATEK_NT35510=y
 CONFIG_VIDEO_LCD_ORISETECH_OTM8009A=y
 CONFIG_VIDEO_STM32=y
 CONFIG_VIDEO_STM32_DSI=y
index 6a3cdd4a0e45731064b0f71084d80768934fdf96..2301186573efcf9f9e639bab07b7ae86e3dfc5c5 100644 (file)
@@ -86,6 +86,7 @@ CONFIG_SPL_TIMER=y
 CONFIG_VIDEO=y
 CONFIG_VIDEO_LOGO=y
 CONFIG_BACKLIGHT_GPIO=y
+CONFIG_VIDEO_LCD_NOVATEK_NT35510=y
 CONFIG_VIDEO_LCD_ORISETECH_OTM8009A=y
 CONFIG_VIDEO_STM32=y
 CONFIG_VIDEO_STM32_DSI=y