zephyr/soc/nordic
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
..
common modules: hal_nordic: align PDM configuration 2024-10-07 18:42:14 +02:00
nrf51
nrf52 zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
nrf53 zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
nrf54h modules: hal_nordic: Add global domain power request service 2024-10-09 18:36:47 +01:00
nrf54l soc: nordic: nrf54l: remove normal voltage mode 2024-10-15 04:27:42 -04:00
nrf91
nrf92 modules: hal_nordic: Add global domain power request service 2024-10-09 18:36:47 +01:00
CMakeLists.txt modules: tf-m: nordic: fix unused CMake variable warning 2024-07-12 20:39:26 -04:00
Kconfig arch: arm: replace PLATFORM_SPECIFIC_INIT with PLATFORM_RESET_HOOK 2024-09-09 10:07:33 +02:00
Kconfig.defconfig soc: nordic: Fix the way of enabling clock control for nRF54H Series 2024-10-16 16:36:51 +01:00
Kconfig.soc soc: nordic: Add initial support for nRF9280 SiP 2024-08-22 14:24:38 -04:00
Kconfig.sysbuild soc: nordic: add vpr_launcher in sysbuild 2024-05-14 13:24:45 +02:00
soc.yml soc: Add support for nRF54L20 SoC 2024-09-04 07:02:19 -04:00
sysbuild.cmake soc: nordic: add vpr_launcher in sysbuild 2024-05-14 13:24:45 +02:00
timing.c soc: arm: nordic_nrf: timing: Fix wrapping 2024-08-16 08:50:13 -04:00
validate_base_addresses.c soc: nordic: Extend address validation for Haltium platform 2024-09-09 13:54:39 -04:00
validate_binding_headers.c soc: nordic: Add system for validating DT headers against MDK 2024-05-13 10:36:37 +03:00
validate_enabled_instances.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
validate_rram_partitions.c soc: add nRF54L15 FLPR core support 2024-04-16 18:36:58 +01:00