Skip to content

Commit 4caebfc

Browse files
Revert "[nrf fromlist] tests: drivers: clock_control_api: Adjust to nRF54L09 and nRF54L20"
This reverts commit 0afd70b.
1 parent 7221211 commit 4caebfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/drivers/clock_control/clock_control_api/src/nrf_device_subsys.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ static const struct device_subsys_data subsys_data[] = {
1111
{
1212
.subsys = CLOCK_CONTROL_NRF_SUBSYS_HF,
1313
.startup_us =
14-
(IS_ENABLED(CONFIG_SOC_NRF54L20_ENGA) ||
15-
IS_ENABLED(CONFIG_SOC_NRF54L09_ENGA)) ?
16-
1000 : (IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ? 3000 : 500)
14+
IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ?
15+
3000 : 500
1716
},
1817
#ifndef CONFIG_SOC_NRF52832
1918
/* On nrf52832 LF clock cannot be stopped because it leads

0 commit comments

Comments
 (0)