Skip to content

Commit

Permalink
[nrf fromlist] soc: nordic: nrf54l15: add missing include
Browse files Browse the repository at this point in the history
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.

Upstream PR: zephyrproject-rtos/zephyr#77820

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and bjarki-andreasen committed Sep 1, 2024
1 parent 4016089 commit f8ab2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/nordic/nrf54l/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <zephyr/devicetree.h>
#include <zephyr/init.h>
#include <zephyr/logging/log.h>
#include <zephyr/dt-bindings/regulator/nrf5x.h>

#ifndef __NRF_TFM__
#include <zephyr/cache.h>
Expand Down

0 comments on commit f8ab2bf

Please sign in to comment.