zephyr/tests/drivers/clock_control
Andrzej Głąbek edc4f75b61 soc: nordic: Fix the way of enabling clock control for nRF54H Series
This is a follow-up to commit 7a2ce2882a.

Do not enable clock control by default on nRF54H Series SoCs when
the system timer is present, because clock control is not needed
for this purpose there.

Add missing `default y` in the CLOCK_CONTROL_NRF2 Kconfig option that
enables compilation of clock control drivers for nRF54H Series.
This way modules that actually require clock control (like drivers
that use radio) will be able to enable it using the generic option
(CLOCK_CONTROL), not the above one that is specific for nRF54H.

Update accordingly applications that referenced the CLOCK_CONTROL_NRF2
option.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2024-10-16 16:36:51 +01:00
..
adsp_clock hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
clock_control_api tests: clock_control: esp32: Fix device testing 2024-10-02 09:52:23 +02:00
fixed_clock tests/drivers several: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
nrf_clock_calibration samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
nrf_clock_control soc: nordic: Fix the way of enabling clock control for nRF54H Series 2024-10-16 16:36:51 +01:00
nrf_lf_clock_start samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
nrf_onoff_and_bt hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
onoff samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
pwm_clock tests/drivers pwm_clock: Build fix sam_v71_xult 2024-07-08 14:55:15 -04:00
stm32_clock_configuration zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00