Skip to content

Commit cbd8519

Browse files
ppryga-nordicnashif
authored andcommitted
drivers: clock_control: Remove XTAL accuracy change for nRF54L
There was an error in calculation of LFXO INTCAP code that prevented obtaining desired XTAL accuracy below 50PPM. The error was fixed the accuracy should be within expected range. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 37e5b10 commit cbd8519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ choice CLOCK_CONTROL_NRF_ACCURACY_PPM
132132
prompt "32KHz clock accuracy"
133133
default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC && SOC_COMPATIBLE_NRF52X
134134
default CLOCK_CONTROL_NRF_K32SRC_250PPM if CLOCK_CONTROL_NRF_K32SRC_RC
135-
default CLOCK_CONTROL_NRF_K32SRC_150PPM if CLOCK_CONTROL_NRF_K32SRC_XTAL && SOC_COMPATIBLE_NRF54LX
136135
default CLOCK_CONTROL_NRF_K32SRC_50PPM
137136

138137
config CLOCK_CONTROL_NRF_K32SRC_500PPM

0 commit comments

Comments
 (0)