drivers: memc: memc_mcux_flexspi_is66wvq8m4: do not reset FLEXSPI

Do not reset the FLEXSPI during init, as this will crash the chip if we
are running the MEMC driver in XIP mode.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-05-09 17:18:35 +00:00 committed by Anas Nashif
commit ef8b8a2983

View file

@ -169,8 +169,6 @@ static int memc_flexspi_is66wvq8m4_init(const struct device *dev)
return -EINVAL;
}
memc_flexspi_reset(data->controller);
if (memc_flexspi_is66wvq8m4_get_vendor_id(dev, &vendor_id)) {
LOG_ERR("Could not read vendor id");
return -EIO;