Skip to content

Commit 726c8ab

Browse files
gmarullnashif
authored andcommitted
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 <[email protected]>
1 parent 0492235 commit 726c8ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nordic/nrf54l/soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <zephyr/init.h>
1818
#include <zephyr/logging/log.h>
1919
#include <zephyr/cache.h>
20+
#include <zephyr/dt-bindings/regulator/nrf5x.h>
2021

2122
#if defined(NRF_APPLICATION)
2223
#include <cmsis_core.h>

0 commit comments

Comments
 (0)