-
Notifications
You must be signed in to change notification settings - Fork 724
[nrf fromtree] clock control related fixes #2123
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
rlubos
merged 2 commits into
nrfconnect:main
from
anangl:fix_nrf54h_clock_control_enabling_ncs
Oct 29, 2024
Merged
[nrf fromtree] clock control related fixes #2123
rlubos
merged 2 commits into
nrfconnect:main
from
anangl:fix_nrf54h_clock_control_enabling_ncs
Oct 29, 2024
Conversation
This file contains hidden or 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
9ad2783 to
36c8103
Compare
doki-nordic
approved these changes
Oct 24, 2024
ebd427a to
997a0d0
Compare
maje-emb
approved these changes
Oct 24, 2024
997a0d0 to
76eb469
Compare
bjarki-andreasen
approved these changes
Oct 24, 2024
… nRF54H Series This is a follow-up to commit 7a2ce28. Do not enable clock control by default on nRF54H Series SoCs when the system timer is present, because clock control is not needed for this purpose there. Add missing `default y` in the CLOCK_CONTROL_NRF2 Kconfig option that enables compilation of clock control drivers for nRF54H Series. This way modules that actually require clock control (like drivers that use radio) will be able to enable it using the generic option (CLOCK_CONTROL), not the above one that is specific for nRF54H. Update accordingly applications that referenced the CLOCK_CONTROL_NRF2 option. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit edc4f75)
…S is available To check if DVFS can be used, the CONFIG_NRFS_DVFS_LOCAL_DOMAIN symbol needs to be used, not CONFIG_NRFS_HAS_DVFS_SERVICE which only indicates that DVFS is technically possible, not that its local domain part is actually included in the build. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit f629f1e)
76eb469 to
31619e4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Clock control
area: Samples
backport v3.7.99-ncs1-branch
Relates to NCS v2.8-branch
platform: nRF
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.
See commit messages.