zephyr/drivers/mipi_dbi
Fabrice DJIATSA 371d4adb06 drivers: mipi_dbi: update macro to get address
DT_REG_ADDR now generates an unsigned string terminated with U
which doesn't match the way the macros is used in a CONCAT
to build a FMC_BANK1_(1/2/3) define that is defined in hal.
`DT_REG_ADDR_RAW` should now be used to get the RAW FMC bank index

Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
2024-10-10 14:57:58 -04:00
..
CMakeLists.txt drivers: mipi_dbi: add support for parallel 8080/6800 modes using GPIO 2024-09-20 11:56:22 -05:00
Kconfig drivers: mipi_dbi: add support for parallel 8080/6800 modes using GPIO 2024-09-20 11:56:22 -05:00
Kconfig.bitbang drivers: mipi_dbi: add support for parallel 8080/6800 modes using GPIO 2024-09-20 11:56:22 -05:00
Kconfig.nxp_flexio_lcdif drivers: mipi_dbi: Add controller driver for NXP FlexIO LCD 2024-06-13 16:48:34 -04:00
Kconfig.nxp_lcdic drivers: mipi_dbi: introduce NXP LCDIC driver 2024-04-04 23:59:37 +03:00
Kconfig.smartbond da1469x: Remove CONFIG_PINCTRL from all defconfig files 2024-10-08 16:57:41 +02:00
Kconfig.spi
Kconfig.stm32_fmc drivers: mipi_dbi: add driver for st,stm32-fmc 2024-08-17 08:56:04 -04:00
mipi_dbi_bitbang.c drivers: mipi_dbi: add support for parallel 8080/6800 modes using GPIO 2024-09-20 11:56:22 -05:00
mipi_dbi_nxp_flexio_lcdif.c drivers: mipi_dbi: lower ROM usage by switching reset time to k_timeout_t 2024-08-17 08:55:28 -04:00
mipi_dbi_nxp_lcdic.c drivers: mipi_dbi: nxp_lcdic: add support for 8080 mode 2024-10-04 22:50:45 +01:00
mipi_dbi_smartbond.c drivers: mipi_dbi: lower ROM usage by switching reset time to k_timeout_t 2024-08-17 08:55:28 -04:00
mipi_dbi_spi.c drivers: mpi_dbi: Fix wrong bit index for 3wire mode 2024-08-19 15:18:09 -04:00
mipi_dbi_stm32_fmc.c drivers: mipi_dbi: update macro to get address 2024-10-10 14:57:58 -04:00