Skip to content

Commit 8ec3fca

Browse files
committed
fixup! [nrf fromlist] modules: hal_nordic: nrf_802154: use timer to emit hfclk_ready on nRF54LM20A
1 parent e0ab700 commit 8ec3fca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/hal_nordic/nrf_802154/sl_opensource/platform/nrf_802154_clock_zephyr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ void nrf_802154_clock_hfclk_start(void)
100100
void nrf_802154_clock_hfclk_stop(void)
101101
{
102102
if (atomic_cas(&hfclk_requested, HFCLK_REQUESTED, HFCLK_NOT_REQUESTED)) {
103+
#if defined(NRF54LM20A_ENGA_XXAA)
103104
struct onoff_manager *mgr =
104105
z_nrf_clock_control_get_onoff(CLOCK_CONTROL_NRF_SUBSYS_HF);
105106

@@ -112,6 +113,7 @@ void nrf_802154_clock_hfclk_stop(void)
112113
if (IS_ENABLED(CONFIG_NRF_802154_CONSTLAT_CONTROL)) {
113114
nrf_sys_event_release_global_constlat();
114115
}
116+
#endif // defined(NRF54LM20A_ENGA_XXAA)
115117

116118
hfclk_is_running = false;
117119
}

0 commit comments

Comments
 (0)