Skip to content
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] dts: nordic: nrf54h20: Fix exmif node definition #1722

Closed
wants to merge 2 commits into from

Conversation

anangl
Copy link
Contributor

@anangl anangl commented May 17, 2024

Remove the "snps,designware-spi" compatible from the EXMIF node in nRF54H20i, as the spi_dw driver cannot be used for this peripheral without Nordic-specific modifications that are not present upstream. An attempt to do so (just setting CONFIG_SPI=y will cause that, as the driver initialization function will be executed then) results in a bus fault.

Upstream PR: zephyrproject-rtos/zephyr#72928

The compatible is restored in the second [noup] commit, so that the EXMIF can be used with the modified spi_dw driver in NCS.

anangl added 2 commits May 17, 2024 13:14
Remove the "snps,designware-spi" compatible from the EXMIF node in
nRF54H20i, as the spi_dw driver cannot be used for this peripheral
without Nordic-specific modifications that are not present upstream.
An attempt to do so (just setting CONFIG_SPI=y will cause that,
as the driver initialization function will be executed then) results
in a bus fault.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit 4db5898e505c2447120b7d4e358836405451fac5)

Upstream PR: zephyrproject-rtos/zephyr#72928
This is a follow-up to commit 7ea6937.

Add the "snps,designware-spi" compatible to the EXMIF node so that
the peripheral can be used with the spi_dw driver specially modified
for that purpose.

Signed-off-by: Andrzej Głąbek <[email protected]>
@anangl anangl requested a review from masz-nordic May 17, 2024 13:25
@anangl
Copy link
Contributor Author

anangl commented Jun 10, 2024

The commits went in with upmerge in #1721.

@anangl anangl closed this Jun 10, 2024
@anangl anangl deleted the fix_nrf54h20_exmif_node_ncs branch June 10, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants