zephyr/drivers/mipi_dsi
Daniel DeGrasse 126306981d drivers: dma: dma_mcux_smartdma: update interface to support custom FW
The SMARTDMA is a programmable DMA engine, and supports custom firmware
in order to run complex DMA operations. Update the driver to increase
the flexibility users have when configuring the SMARTDMA with
custom firmware, and remove the RT500 display firmware specific
definitions and functionality from the driver.

This display setup is now handled from the MIPI DSI driver, since the
firmware used for this case is specific to the MIPI DSI IP.

This change also requires an update to the RT500 devicetree, as the
register definition for the SMARTDMA has changed, so the base address
must as well.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-10-15 04:10:50 -04:00
..
CMakeLists.txt drivers: mipi_dsi: Add dummy driver for vnd,mipi-dsi 2024-10-07 17:11:58 +01:00
Kconfig drivers: mipi_dsi: Change MIPI_DSI priority to the same as DISPLAY 2024-10-07 17:11:58 +01:00
Kconfig.mcux drivers: mipi_dsi: dsi_mcux_2l add support for SMARTDMA, and byte swapping 2023-09-25 09:46:55 +02:00
Kconfig.stm32
Kconfig.test drivers: mipi_dsi: Add dummy driver for vnd,mipi-dsi 2024-10-07 17:11:58 +01:00
dsi_mcux.c drivers: mipi_dsi: dsi_mcux: Remove DSI_DPHY_PLL_VCO definition 2024-03-06 10:16:37 +00:00
dsi_mcux_2l.c drivers: dma: dma_mcux_smartdma: update interface to support custom FW 2024-10-15 04:10:50 -04:00
dsi_stm32.c drivers: dsi: stm32: add additional dt options 2024-04-02 21:03:10 -04:00
dsi_test.c drivers: mipi_dsi: Add dummy driver for vnd,mipi-dsi 2024-10-07 17:11:58 +01:00
mipi_dsi.c