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:
Ioannis Damigos 2024-06-10 15:35:21 +03:00 committed by Anas Nashif
commit 0a0bccabd8
13 changed files with 238 additions and 208 deletions

View file

@ -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