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

Add global HSFLL clock control device driver #81735

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bjarki-andreasen
Copy link
Collaborator

Draft for now since testing is blocked by missing firmware for the nRF54H20

@bjarki-andreasen
Copy link
Collaborator Author

Note @ppelikan-nordic

@zephyrbot
Copy link
Collaborator

zephyrbot commented Nov 21, 2024

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic zephyrproject-rtos/hal_nordic@ce87268 zephyrproject-rtos/hal_nordic#263 zephyrproject-rtos/hal_nordic#263/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_nordic DNM This PR should not be merged (Do Not Merge) labels Nov 21, 2024
@bjarki-andreasen
Copy link
Collaborator Author

bjarki-andreasen commented Nov 21, 2024

I need the to update the frequencies to match the opaque GDFS_FREQ_MEDHIGH in devicetree, and verify that the initial frequency of the clock is the lowest one :) Also need to find appropriate timeout for gdfs requests.

west.yml Outdated
@@ -188,7 +188,7 @@ manifest:
groups:
- hal
- name: hal_nordic
revision: 54bde38c6f6ffb3780b26ae728cf79426184384e
revision: pull/254/head

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to zephyrproject-rtos/hal_nordic#261 instead, to include newest fixes.
(zephyrproject-rtos/hal_nordic#254 is closed now)

can be done by rebasing from: #81710

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to use newly created PR 263 since 261 includes breaking changes to unrelated module

bjarki-andreasen and others added 2 commits November 26, 2024 16:33
Update hal_nordic revision to include nrfs gdfs

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Adding the implementation for the GDFS service

Signed-off-by: Paweł Pelikan <[email protected]>
Add specific device model for global hsfll clock and update dts tree
to use specific model. The clock is not fixed, and configurable at
runtime to predefined frequencies specified by the platform.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add device driver support for global hsfll clock.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Extend sample to support global hsfll clock control.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Extend test suite to test global HSFLL clock.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Clock Control area: Samples Samples DNM This PR should not be merged (Do Not Merge) manifest manifest-hal_nordic platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants