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:
parent
372cf92060
commit
ef8b8a2983
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue