Skip to content

Commit c94f618

Browse files
[nrf fromlist] 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. Upstream PR #: 87199 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 41a8002 commit c94f618

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
@@ -170,6 +170,7 @@
170170

171171
#ifdef CONFIG_NRF_GRTC_TIMER_CLOCK_MANAGEMENT
172172
#define NRF_GRTC_HAS_EXTENDED 1
173+
#define NRFX_GRTC_CONFIG_LFCLK_SELECT_AT_INIT 0
173174
#endif
174175
#ifdef CONFIG_NRF_GRTC_TIMER_AUTO_KEEP_ALIVE
175176
#define NRFX_GRTC_CONFIG_AUTOEN 1

0 commit comments

Comments
 (0)