drivers/smartbond: Fix PM device runtime support
Removed PM device runtime support from drivers in PD_SYS domain. Update the rest device drivers to call pm_device_runtime_get/put() functions when CONFIG_PM_DEVICE_RUNTIME is enabled. Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
This commit is contained in:
parent
1fc26b8974
commit
0a0bccabd8
13 changed files with 238 additions and 208 deletions
|
@ -34,4 +34,7 @@ config FLASH_BASE_ADDRESS
|
|||
config FLASH_LOAD_OFFSET
|
||||
default 0x2400 if !USE_DT_CODE_PARTITION
|
||||
|
||||
config PM_DEVICE_RUNTIME_EXCLUSIVE
|
||||
default n if PM_DEVICE_RUNTIME
|
||||
|
||||
endif # SOC_SERIES_DA1469X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue