Skip to content

Commit

Permalink
drivers: memc: memc_mcux_flexspi_is66wvq8m4: do not reset FLEXSPI
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
danieldegrasse authored and nashif committed May 14, 2024
1 parent 372cf92 commit ef8b8a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/memc/memc_mcux_flexspi_is66wvq8m4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef8b8a2

Please sign in to comment.