-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nrf fromlist] Cherry-pick updated upstream commit related to MSPI driver for EXMIF #2394
Merged
nordicjm
merged 5 commits into
nrfconnect:main
from
anangl:mx25uw63_disabled_by_default
Dec 18, 2024
Merged
[nrf fromlist] Cherry-pick updated upstream commit related to MSPI driver for EXMIF #2394
nordicjm
merged 5 commits into
nrfconnect:main
from
anangl:mx25uw63_disabled_by_default
Dec 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nordic-piks
approved these changes
Dec 17, 2024
…MIF node" This reverts commit 7d684d9. Signed-off-by: Andrzej Głąbek <[email protected]>
kl-cruz
approved these changes
Dec 17, 2024
anangl
force-pushed
the
mx25uw63_disabled_by_default
branch
from
December 17, 2024 09:50
4b54f4f
to
7726bdc
Compare
nordicjm
approved these changes
Dec 17, 2024
bjarki-andreasen
approved these changes
Dec 17, 2024
This PR cannot be merged without approval from @ahasztag and @robertstypa |
This is a follow-up to commit cdf45cb234077522b5cef2da084869af43d42dc1. Adjust the DTS node for the nRF EXMIF peripheral so that it is possible to handle the peripheral with the generic MSPI driver for DW SSI based controllers and use all its data lines in communication. Also adjust the related board files accordingly. Upstream PR #: 80042 Signed-off-by: Andrzej Głąbek <[email protected]>
…dec,mspi-nor" devices" This reverts commit 51933f6. Signed-off-by: Andrzej Głąbek <[email protected]>
…-nor" devices Extend several flash samples and tests so that they can also be used with "jedec,mspi-nor" devices. Add configurations needed for the nrf54h20dk/nrf54h20/cpuapp target. Upstream PR #: 80042 Applied as a [nrf noup] due to a conflict. Signed-off-by: Andrzej Głąbek <[email protected]>
anangl
force-pushed
the
mx25uw63_disabled_by_default
branch
3 times, most recently
from
December 17, 2024 21:18
10c8dc1
to
22dea29
Compare
This commit brings back modifications from these reverted commits: - f68b2ed - e606246 slightly adjusted so that the EXMIF peripheral is still by default handled by the mspi_dw driver, and in cases where this driver cannot be used because something still does not work correctly, one can switch to the old solution based on the tweaked spi_dw driver. Signed-off-by: Andrzej Głąbek <[email protected]>
anangl
force-pushed
the
mx25uw63_disabled_by_default
branch
from
December 17, 2024 21:44
22dea29
to
30d68ce
Compare
nika-nordic
approved these changes
Dec 18, 2024
robertstypa
approved these changes
Dec 18, 2024
ahasztag
approved these changes
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
... to fix FLASH overflow failure in
sample.suit.smp_transfer.recovery
in NCS CI.