Skip to content

Commit e9b5be3

Browse files
pabigotnashif
authored andcommitted
soc: nordic: disable system power management on nRF53 network core
The network core doesn't have access to the regulators necessary to support system power management. That has to be done on the application core. Signed-off-by: Peter Bigot <[email protected]>
1 parent 0ef7be2 commit e9b5be3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

soc/arm/nordic_nrf/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
2828
default y
2929

3030
config PM
31-
default y if SYS_CLOCK_EXISTS
31+
default y if SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM
3232

3333
config BUILD_OUTPUT_HEX
3434
default y

soc/arm/nordic_nrf/nrf53/Kconfig.soc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ config SOC_NRF5340_CPUNET
9696
select HAS_HW_NRF_TWIS0
9797
select HAS_HW_NRF_UARTE0
9898
select HAS_HW_NRF_WDT
99+
select HAS_NO_SYS_PM
99100

100101
choice
101102
prompt "nRF53x MCU Selection"

0 commit comments

Comments
 (0)