drivers: clock_control: Update XTAL accuracy on nRF54L
We are not able to achive 50ppm on nRF54L. Working on fixing it propperly, but untill we do set what we get. Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>
This commit is contained in:
parent
4593f0d71c
commit
dbf62a5a2a
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ choice CLOCK_CONTROL_NRF_ACCURACY_PPM
|
||||||
prompt "32KHz clock accuracy"
|
prompt "32KHz clock accuracy"
|
||||||
default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC && SOC_COMPATIBLE_NRF52X
|
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_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
|
default CLOCK_CONTROL_NRF_K32SRC_50PPM
|
||||||
|
|
||||||
config CLOCK_CONTROL_NRF_K32SRC_500PPM
|
config CLOCK_CONTROL_NRF_K32SRC_500PPM
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue