Skip to content

Commit 4192fe7

Browse files
committed
applications: nrf_desktop: nrf54h20: disable power domains in MCUboot
Disabled the power domain Kconfig option for the nrf54h20dk/nrf54h20/cpuapp board target in the MCUboot image configuration of the nRF Desktop application. This Kconfig option is not needed in the bootloader firmware. Disabled relevant DTS configuration that is also redundant when the power domain configuration is disabled. Ref: NCSDK-35587 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent be6624f commit 4192fe7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ CONFIG_PM=y
2121
CONFIG_PM_S2RAM=y
2222
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2323

24+
# Power domains forced on by default on boot, no need to manage them in bootloader
25+
CONFIG_POWER_DOMAIN=n
26+
2427
# Enable HW cryptography in the MCUboot bootloader and its dependencies
2528
# The PSA operations are handled by the SDFW Service Framework (SDFW)
2629
# that is enabled with the CONFIG_PSA_SSF_CRYPTO_CLIENT Kconfig option.

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_dongle.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ CONFIG_PM=y
2121
CONFIG_PM_S2RAM=y
2222
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2323

24+
# Power domains forced on by default on boot, no need to manage them in bootloader
25+
CONFIG_POWER_DOMAIN=n
26+
2427
# Enable HW cryptography in the MCUboot bootloader and its dependencies
2528
# The PSA operations are handled by the SDFW Service Framework (SDFW)
2629
# that is enabled with the CONFIG_PSA_SSF_CRYPTO_CLIENT Kconfig option.

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ CONFIG_PM=y
2323
CONFIG_PM_S2RAM=y
2424
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2525

26+
# Power domains forced on by default on boot, no need to manage them in bootloader
27+
CONFIG_POWER_DOMAIN=n
28+
2629
# Enable HW cryptography in the MCUboot bootloader and its dependencies
2730
# The PSA operations are handled by the SDFW Service Framework (SDFW)
2831
# that is enabled with the CONFIG_PSA_SSF_CRYPTO_CLIENT Kconfig option.

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_release_dongle.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ CONFIG_PM=y
2323
CONFIG_PM_S2RAM=y
2424
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2525

26+
# Power domains forced on by default on boot, no need to manage them in bootloader
27+
CONFIG_POWER_DOMAIN=n
28+
2629
# Enable HW cryptography in the MCUboot bootloader and its dependencies
2730
# The PSA operations are handled by the SDFW Service Framework (SDFW)
2831
# that is enabled with the CONFIG_PSA_SSF_CRYPTO_CLIENT Kconfig option.

0 commit comments

Comments
 (0)