Skip to content

Commit eb8ab0a

Browse files
adamkondraciukkartben
authored andcommitted
modules: hal_nordic: nrfx: switch off auto clksel for GRTC
Disable automatic LFCLK selection for GRTC during driver initialization. For Zephyr applications it is selected by `sys_clock_driver_init()` depending on configuration and DTS. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 042c5c6 commit eb8ab0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/nrfx/nrfx_kconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174

175175
#ifdef CONFIG_NRF_GRTC_TIMER_CLOCK_MANAGEMENT
176176
#define NRF_GRTC_HAS_EXTENDED 1
177+
#define NRFX_GRTC_CONFIG_LFCLK_SELECT_AT_INIT 0
177178
#endif
178179
#ifdef CONFIG_NRF_GRTC_TIMER_AUTO_KEEP_ALIVE
179180
#define NRFX_GRTC_CONFIG_AUTOEN 1

0 commit comments

Comments
 (0)