zephyr/drivers/memc
Daniel DeGrasse 5ee93929b9 drivers: memc: don't check pin control return code
Some SOCs, such as the RT1064 and RT1024, use internal flash and don't
define pinmux settings for the flexspi. Don't check the return code of
pinctrl_apply_state, because the flexspi driver will fail to initialize
when the pin mux settings are simply not required.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-05-09 08:54:30 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.mcux
Kconfig.stm32
memc_mcux_flexspi.c drivers: memc: don't check pin control return code 2022-05-09 08:54:30 -05:00
memc_mcux_flexspi.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc_mcux_flexspi_hyperram.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc_stm32_nor_psram.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc_stm32_sdram.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
memc_stm32_sdram.ld