Skip to content

Commit c7f8d85

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromtree] drivers: nrf_ironside dvfs service"
This reverts commit dfccb09. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 8be0e1b commit c7f8d85

File tree

5 files changed

+2
-296
lines changed

5 files changed

+2
-296
lines changed

drivers/firmware/nrf_ironside/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_CALL call.c)
88
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_BOOT_REPORT boot_report.c)
99
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_CPUCONF_SERVICE cpuconf.c)
1010
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_UPDATE_SERVICE update.c)
11-
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_DVFS_SERVICE dvfs.c)

drivers/firmware/nrf_ironside/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,4 @@ config NRF_IRONSIDE_BOOT_REPORT
5050
help
5151
Support for parsing the Boot Report populated by Nordic IRONside firmware.
5252

53-
config NRF_IRONSIDE_DVFS_SERVICE
54-
bool "IRONside DVFS service"
55-
depends on SOC_NRF54H20_CPUAPP
56-
select NRF_IRONSIDE_CALL
57-
help
58-
Service used to handle DVFS operating point requests.
59-
60-
if NRF_IRONSIDE_DVFS_SERVICE
61-
62-
config NRF_IRONSIDE_DVFS_OPPOINT_CHANGE_MUTEX_TIMEOUT_MS
63-
int "IRONSside DVFS change oppoint mutex timeout"
64-
default 100
65-
help
66-
Maximum tiemout when waiting for DVFS oppoint change mutex lock.
67-
68-
endif # NRF_IRONSIDE_DVFS_SERVICE
69-
7053
endmenu

drivers/firmware/nrf_ironside/dvfs.c

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

include/zephyr/drivers/firmware/nrf_ironside/dvfs.h

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

modules/hal_nordic/nrfs/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ if(CONFIG_NRFS)
1414

1515
zephyr_include_directories(${INC_DIR})
1616
zephyr_include_directories(${INC_DIR}/services)
17-
zephyr_include_directories_ifdef(CONFIG_NRFS_HAS_DVFS_SERVICE ${HELPERS_DIR})
17+
zephyr_include_directories(${HELPERS_DIR})
1818
zephyr_include_directories(.)
1919
zephyr_include_directories(${CMAKE_CURRENT_SOURCE_DIR}/backends)
2020
zephyr_include_directories_ifdef(CONFIG_NRFS_DVFS_LOCAL_DOMAIN ${CMAKE_CURRENT_SOURCE_DIR}/dvfs)
2121

22-
zephyr_library_sources_ifdef(CONFIG_NRFS_HAS_DVFS_SERVICE ${HELPERS_DIR}/dvfs_oppoint.c)
22+
zephyr_library_sources(${HELPERS_DIR}/dvfs_oppoint.c)
2323

2424
if(CONFIG_NRFS_LOCAL_DOMAIN)
2525
zephyr_library_sources_ifdef(CONFIG_NRFS_AUDIOPLL_SERVICE_ENABLED ${SRC_DIR}/services/nrfs_audiopll.c)

0 commit comments

Comments
 (0)