soc: nordic: nrf54l15: add missing include

Add nrf5x binding header, as NRF5X_REG_MODE_DCDC is used in a macro
comparison. Missing header prevented evaluation to become true and so
enable DC/DC module.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-08-30 17:20:54 +02:00 committed by Anas Nashif
commit 726c8abf32

View file

@ -17,6 +17,7 @@
#include <zephyr/init.h> #include <zephyr/init.h>
#include <zephyr/logging/log.h> #include <zephyr/logging/log.h>
#include <zephyr/cache.h> #include <zephyr/cache.h>
#include <zephyr/dt-bindings/regulator/nrf5x.h>
#if defined(NRF_APPLICATION) #if defined(NRF_APPLICATION)
#include <cmsis_core.h> #include <cmsis_core.h>