modules: hal_nordic: nrfs: dvfs: Deprecate Kconfig option

Deprecate NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT option for
scaling down CPU frequency during dvfs handler initialization.
Clock control API is managing access to DVFS and DVFS should not
be controlled bypassing this API. Deprecated feature will be added in
the clock control.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2025-01-23 12:05:50 +01:00 committed by Benjamin Cabé
commit ff82048124
2 changed files with 1 additions and 1 deletions

View file

@ -179,7 +179,6 @@ config CLOCK_CONTROL_NRF2
depends on SOC_SERIES_NRF54HX && !RISCV_CORE_NORDIC_VPR
select ONOFF
select NRFS if HAS_NRFS
imply NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT if NRFS_DVFS_LOCAL_DOMAIN
help
Support for nRF clock control devices.

View file

@ -17,6 +17,7 @@ config NRFS_LOCAL_DOMAIN_DVFS_TEST
config NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT
bool "Local domain scale down after init"
select DEPRECATED
help
Request lowest oppoint after DVFS initialization.