Skip to content

[nrf fromlist] drivers: spi: nrfx_spis: Fix spis120 #2743

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

nordic-krch
Copy link
Contributor

ISR safe runtime PM can only be used for all instances except for spis120 which requires standard runtime PM.

Added compilation guard against using CONFIG_PM_DEVICE_SYSTEM_MANAGED with spis120.

Upstream PR #: 88428

@nordic-krch nordic-krch force-pushed the ncs/spis120 branch 2 times, most recently from cd5475d to 39dc70c Compare April 15, 2025 06:43
ISR safe runtime PM can only be used for all instances except for
spis120 which requires standard runtime PM.

Added compilation guard against using CONFIG_PM_DEVICE_SYSTEM_MANAGED
with spis120.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 8d6ab28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport v4.0.99-ncs1-branch Relates to NCS v3.0-branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants