-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
Copy link
Labels
HWMv2bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: SynopsysSynopsysSynopsyspriority: highHigh impact/importance bugHigh impact/importance bug
Description
Describe the bug
Ci failure when building the samples/drivers/spi_flash for the target em_starterkit@2.2/emsk_em7d
./samples/drivers/spi_flash/boards/em_starterkit.overlay devicetree error: /soc/spi@f0006000: undefined node label 'creg_gpio'
To Reproduce
Steps to reproduce the behavior:
- west build -p auto -b em_starterkit@2.2/emsk_em7d samples/drivers/spi_flash
- See error
Expected behavior
build successful and CI OK
Impact
CI failure on #70434
Logs and console output
-- Found devicetree overlay: ./zephyrproject/zephyr/samples/drivers/spi_flash/boards/em_starterkit.overlay
devicetree error: /soc/spi@f0006000: undefined node label 'creg_gpio'
-- In: ./zephyrproject/zephyr/build/zephyr, command: /usr/bin/python3;./zephyrproject/zephyr/scripts/dts/gen_defines.py;--dts;./zephyrproject/zephyr/build/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;./zephyrproject/zephyr/dts/bindings;--header-out;./zephyrproject/zephyr/build/zephyr/include/generated/devicetree_generated.h.new;--dts-out;./zephyrproject/zephyr/build/zephyr/zephyr.dts.new;--edt-pickle-out;./zephyrproject/zephyr/build/zephyr/edt.pickle;--vendor-prefixes;./zephyrproject/zephyr/dts/bindings/vendor-prefixes.txt
Environment (please complete the following information):
- OS: ubuntu
- Toolchain zephyr-sdk-0.16.3
- Commit SHA aeea1d1
Metadata
Metadata
Assignees
Labels
HWMv2bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: SynopsysSynopsysSynopsyspriority: highHigh impact/importance bugHigh impact/importance bug