Skip to content

Defining flexspi node in device tree but pin control (pinctrl) doesn't work. #77886

Answered by zczhou314
cypressApp asked this question in Q&A
Discussion options

You must be logged in to vote

With your changes, the flexspi is not configured in Kconfig system. So the compilation does not pull in flexspi driver. That is why the pin control does not take effect.

I added the followings to the end of boards/nxp/imx8mp_evk/Kconfig.defconfig
config MEMC
default y

config MEMC_MCUX_FLEXSPI
default y

Now it starts to compile flexspi related code, and compilation fails due to error.
Additional porting work is needed to get flexspi to work for imx8mp.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DerekSnell
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants