-
Notifications
You must be signed in to change notification settings - Fork 720
[nrf fromlist] drivers: clock_control: Add support for XOTUNE in nRF54L #2565
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
Conversation
1d448b5 to
6e28703
Compare
e0b7219 to
3b95e89
Compare
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.
It seems like this change causes test failures in 802.15.4 test suites. I would like to investigate.
cd9274e to
b856a86
Compare
|
This change likely requires a change in MPSL to have green CI. I'll look into this. |
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.
To make the change 100% full, a new MPSL needs to be deployed. This can be done in separate PR.
Adding support for handling XOTUNE event in clock_control. Right now XOTUNE event reflects situation when HFCLK is stable and tuned. Upstream PR #: 86354 Signed-off-by: Karol Lasończyk <[email protected]>
|



Adding support for handling XOTUNE event in clock_control. Right now XOTUNE event reflects situation when HFCLK is stable and tuned.
Signed-off-by: Karol Lasończyk [email protected]
(cherry picked from commit 9a052d8366222f6029608ce5bf81f097a6ce0f1b)