Skip to content

Commit 9e770fa

Browse files
ppryga-nordicanangl
authored andcommitted
[nrf fromlist] 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. Upstream PR: zephyrproject-rtos/zephyr#74668 Signed-off-by: Piotr Pryga <[email protected]>
1 parent cc0c00f commit 9e770fa

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_SERIES_NRF54LX
136135
default CLOCK_CONTROL_NRF_K32SRC_50PPM
137136

138137
config CLOCK_CONTROL_NRF_K32SRC_500PPM

0 commit comments

Comments
 (0)