Skip to content

Commit 5781f46

Browse files
committed
applications: nrf_desktop: nrf54h20: migrate to ironside dvfs service
Aligned the nRF Desktop DVFS module with the new nRF54H20 SW architecture that is based on the IronSide SE. Reenabled the module for the nrf54h20dk/nrf54h20/cpuapp board target. Ref: NCSDK-34151 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent d0a07f6 commit 5781f46

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
};
6060

6161
aliases {
62+
nrfdesktop-dvfs-clock = &cpuapp_hsfll;
63+
6264
/delete-property/ pwm-led0;
6365
};
6466
};

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT=y
6060
# Temporarily disable unsupported features.
6161
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=n
6262
CONFIG_DESKTOP_DFU_MCUMGR_ENABLE=n
63-
CONFIG_DESKTOP_DVFS=n
6463

6564
################################################################################
6665
# Zephyr Configuration

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_dongle.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE=y
4444

4545
# Temporarily disable unsupported features.
4646
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=n
47-
CONFIG_DESKTOP_DVFS=n
4847

4948
################################################################################
5049
# Zephyr Configuration

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT=y
5656
# Temporarily disable unsupported features.
5757
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=n
5858
CONFIG_DESKTOP_DFU_MCUMGR_ENABLE=n
59-
CONFIG_DESKTOP_DVFS=n
6059

6160
################################################################################
6261
# Zephyr Configuration

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release_dongle.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE=y
4343

4444
# Temporarily disable unsupported features.
4545
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=n
46-
CONFIG_DESKTOP_DVFS=n
4746

4847
################################################################################
4948
# Zephyr Configuration

applications/nrf_desktop/src/modules/Kconfig.dvfs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ menuconfig DESKTOP_DVFS
88
bool "DVFS module [EXPERIMENTAL]"
99
depends on SOC_NRF54H20_CPUAPP
1010
select EXPERIMENTAL
11-
select NRFS_DVFS_SERVICE_ENABLED
1211
select CLOCK_CONTROL
13-
select CLOCK_CONTROL_NRF2
12+
select CLOCK_CONTROL_NRF_IRON_HSFLL_LOCAL
1413
default y
1514
help
1615
This option enable DVFS module which switches frequency and voltage according

0 commit comments

Comments
 (0)