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:
parent
0492235d0d
commit
726c8abf32
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue