Skip to content

Commit 038b7b8

Browse files
aescolarMaureenHelm
authored andcommitted
drivers/clock_control nrf: Treat simulated nRF54L15 like real
Default the clock accuracy for the simulated 54L15 target just as for the real target. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 61db569 commit 038b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ 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
135+
default CLOCK_CONTROL_NRF_K32SRC_150PPM if CLOCK_CONTROL_NRF_K32SRC_XTAL && SOC_COMPATIBLE_NRF54LX
136136
default CLOCK_CONTROL_NRF_K32SRC_50PPM
137137

138138
config CLOCK_CONTROL_NRF_K32SRC_500PPM

0 commit comments

Comments
 (0)