Skip to content

Commit 082e2b7

Browse files
ydamigosnashif
authored andcommitted
da1469x: Move enabling PM from board to SoC level
Move enabling PM from board to SoC level Signed-off-by: Ioannis Damigos <[email protected]>
1 parent 27c1404 commit 082e2b7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

boards/renesas/da1469x_dk_pro/Kconfig.defconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
55

66
if BOARD_DA1469X_DK_PRO
77

8-
# Enable sleep and voltage rails manager so that
9-
# the device consumes the lowest possible current
10-
config PM
11-
default y
12-
13-
config PM_DEVICE
14-
default y
15-
16-
config REGULATOR
17-
default y
18-
198
config I2C_CALLBACK
209
default y if I2C_SMARTBOND
2110

soc/renesas/smartbond/da1469x/Kconfig.defconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ config FLASH_BASE_ADDRESS
3434
config FLASH_LOAD_OFFSET
3535
default 0x2400 if !USE_DT_CODE_PARTITION
3636

37+
# Enable sleep and voltage rails manager so that
38+
# the device consumes the lowest possible current
39+
config PM
40+
default y
41+
42+
config PM_DEVICE
43+
default y
44+
45+
config REGULATOR
46+
default y
47+
3748
config PM_DEVICE_RUNTIME_EXCLUSIVE
3849
default n if PM_DEVICE_RUNTIME
3950

0 commit comments

Comments
 (0)