drivers: mipi dbi: smartbond: Add support for PM

This commit should add all the functionality needed for the MIPI DBI
driver to work when PM is enabled.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
This commit is contained in:
Ioannis Karachalios 2024-05-01 12:52:29 +03:00 committed by Johan Hedberg
commit 58b9facbd1
2 changed files with 39 additions and 61 deletions

View file

@ -34,4 +34,13 @@ config LV_Z_POINTER_INPUT_MSGQ_COUNT
endif # INPUT
#if PM || PM_DEVICE
# Increase stack size to avoid raising usage-fault
# exceptions due to stack overflow.
config IDLE_STACK_SIZE
default 2048
#endif # PM || PM_DEVICE
endif # BOARD_DA1469X_DK_PRO