Skip to content

Commit 66fed85

Browse files
bjarki-andreasencarlescufi
authored andcommitted
Revert "[nrf fromlist] drivers: clock_control: Add support for nRF54H20 clock controllers"
This reverts commit 043d345. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent bde2525 commit 66fed85

File tree

10 files changed

+1
-1419
lines changed

10 files changed

+1
-1419
lines changed

drivers/clock_control/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_AMBIQ clock_cont
3131
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_PWM clock_control_pwm.c)
3232
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RPI_PICO clock_control_rpi_pico.c)
3333

34-
if(CONFIG_CLOCK_CONTROL_NRF2)
35-
zephyr_library_sources(clock_control_nrf2_common.c)
36-
zephyr_library_sources(clock_control_nrf2_fll16m.c)
37-
zephyr_library_sources(clock_control_nrf2_hfxo.c)
38-
zephyr_library_sources(clock_control_nrf2_hsfll.c)
39-
zephyr_library_sources(clock_control_nrf2_lfclk.c)
40-
endif()
4134

4235
if(CONFIG_CLOCK_CONTROL_STM32_CUBE)
4336
zephyr_library_sources_ifdef(CONFIG_CLOCK_STM32_MUX clock_stm32_mux.c)

drivers/clock_control/Kconfig.nrf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -172,25 +172,3 @@ config CLOCK_CONTROL_NRF_ACCURACY
172172
default 20 if CLOCK_CONTROL_NRF_K32SRC_20PPM
173173

174174
endif # CLOCK_CONTROL_NRF
175-
176-
config CLOCK_CONTROL_NRF2
177-
bool "nRF clock control support"
178-
default y
179-
depends on SOC_SERIES_NRF54HX && !RISCV_CORE_NORDIC_VPR
180-
select ONOFF
181-
select NRFS if HAS_NRFS
182-
imply NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT if NRFS_DVFS_LOCAL_DOMAIN
183-
help
184-
Support for nRF clock control devices.
185-
186-
if CLOCK_CONTROL_NRF2
187-
188-
config CLOCK_CONTROL_NRF2_NRFS_DVFS_TIMEOUT_MS
189-
int "Timeout waiting for nrfs dvfs service callback in milliseconds"
190-
default 2000
191-
192-
config CLOCK_CONTROL_NRF2_NRFS_CLOCK_TIMEOUT_MS
193-
int "Timeout waiting for nrfs clock service callback in milliseconds"
194-
default 1000
195-
196-
endif # CLOCK_CONTROL_NRF2

drivers/clock_control/clock_control_nrf2_common.c

Lines changed: 0 additions & 198 deletions
This file was deleted.

drivers/clock_control/clock_control_nrf2_common.h

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)