Skip to content

Commit

Permalink
drivers: clock_control: Update XTAL accuracy on nRF54L
Browse files Browse the repository at this point in the history
We are not able to achive 50ppm on nRF54L.
Working on fixing it propperly, but untill we do set what we get.

(cherry picked from commit dbf62a5)

Original-Signed-off-by: Martin Tverdal <[email protected]>
GitOrigin-RevId: dbf62a5
Change-Id: I23435d6db4c0e4e0107ddcb2e8166da471556b24
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5476005
Commit-Queue: Dawid Niedźwiecki <[email protected]>
Tested-by: Dawid Niedźwiecki <[email protected]>
Reviewed-by: Dawid Niedźwiecki <[email protected]>
Tested-by: ChromeOS Prod (Robot) <[email protected]>
  • Loading branch information
martintv authored and Chromeos LUCI committed Apr 23, 2024
1 parent 819b7ec commit a0c45d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clock_control/Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ choice CLOCK_CONTROL_NRF_ACCURACY_PPM
prompt "32KHz clock accuracy"
default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC && SOC_COMPATIBLE_NRF52X
default CLOCK_CONTROL_NRF_K32SRC_250PPM if CLOCK_CONTROL_NRF_K32SRC_RC
default CLOCK_CONTROL_NRF_K32SRC_150PPM if CLOCK_CONTROL_NRF_K32SRC_XTAL && SOC_SERIES_NRF54LX
default CLOCK_CONTROL_NRF_K32SRC_50PPM

config CLOCK_CONTROL_NRF_K32SRC_500PPM
Expand Down

0 comments on commit a0c45d6

Please sign in to comment.