-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
base: main
Are you sure you want to change the base?
Add global HSFLL clock control device driver #81735
Conversation
Note @ppelikan-nordic |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
I need the to update the frequencies to match the opaque |
cbea899
to
197adff
Compare
west.yml
Outdated
@@ -188,7 +188,7 @@ manifest: | |||
groups: | |||
- hal | |||
- name: hal_nordic | |||
revision: 54bde38c6f6ffb3780b26ae728cf79426184384e | |||
revision: pull/254/head |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
197adff
to
c71d0d0
Compare
c71d0d0
to
49f2189
Compare
49f2189
to
6b3e913
Compare
6b3e913
to
05a3ac4
Compare
05a3ac4
to
b3d56ce
Compare
Update hal_nordic revision to include nrfs services: - GDPWR - GDFS Signed-off-by: Bjarki Arge Andreasen <[email protected]>
nRFs exposes now all power domains, following their actual name in the specification. Add support for all of them in the GPD service. Note that this is a breaking change: running this code requires a new SCFW as IDs have changed in nRFs and so SCFW. Signed-off-by: Gerard Marull-Paretas <[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]>
Introduce feature which restricts the minimum global hsfll frequency. This feature is selected by default to preserve the behavior of the global hsfll before the clock control driver for it was introduced, which configured it as a fixed clock at 320MHz. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
b3d56ce
to
de3678e
Compare
Draft for now since testing is blocked by missing firmware for the nRF54H20