zephyr/boards
Abderrahmane Jarmouni 32fd2f57b1 drivers: display: stm32_ltdc: fix for stm32f429i_disc1
Display is not working on STM32F429i-DISC1 board because
display_blanking_off() needs to be sent to ILI9341 device, but it's sent
to LTDC instead which does not implement it.
This patch adds a LTDC DT property that provides the pHandle of the
display's own controller so that display_blanking_off/on are forwarded to
it when they are called by an application.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
2024-02-02 19:54:45 +01:00
..
arc board: nsim: cleanup ARCv3 haps setup 2024-01-30 12:36:24 +01:00
arm drivers: display: stm32_ltdc: fix for stm32f429i_disc1 2024-02-02 19:54:45 +01:00
arm64 boards: arm64: enable ARMV8_A_NS by default for R-Car boards 2024-01-31 12:06:17 +00:00
common linkserver: nxp: enable linkserver to be the default runner 2024-01-05 14:29:18 +01:00
mips boards: Use unique names for boards in the YAML files 2023-11-24 09:26:28 +01:00
nios2 arch: _PrepC -> z_prep_c 2023-12-11 18:23:52 -05:00
posix soc: arm: nordic_nrf: move Kconfig.peripherals to common folder 2024-02-02 16:40:11 +01:00
riscv boards: riscv: add nrf54h20pdk_nrf54h20_cpuppr 2024-02-02 16:40:11 +01:00
shields drivers: display: ili9xxx: convert to MIPI DBI API 2024-01-31 16:01:45 +00:00
sparc soc/gr716a: Enable SPIMCTRL support on LEON GR716A 2024-02-01 14:06:38 +01:00
x86 boards: x86: more stack space for qemu_x86_tiny@768 2024-02-01 00:32:57 -06:00
xtensa drivers: display: ili9xxx: convert to MIPI DBI API 2024-01-31 16:01:45 +00:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
deprecated.cmake boards: deprecated: Remove boards deprecated pre-Zephyr 2.7 2024-01-03 10:19:06 +01:00
index.rst doc: boards: Link to the board porting guide 2023-09-29 16:29:49 +02:00
Kconfig config: qemu: Add QEMU_EXTRA_FLAGS config option 2023-10-20 15:03:55 +02:00