boards / Helios4: Fix: libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND

Bump U-Boot v2025.10:
- In DT path `/soc/spi@10680/` the entry `spi-flash@0` was renamed
  to `flash@0`
This commit is contained in:
Tom Urlings 2025-11-23 19:13:05 +08:00 committed by Rolf Leggewie
parent 6ae23de2a4
commit f643d5073e
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ if test "${spi_workaround}" = "on"; then
fdt set /soc/internal-regs/sata@e0000 status "disabled"
fdt set /soc/internal-regs/sata@a8000 status "disabled"
fdt set /soc/spi@10680 status "okay"
fdt set /soc/spi@10680/spi-flash@0 status "okay"
fdt set /soc/spi@10680/flash@0 status "okay"
fi
# resize (trim) device tree after all overlays have been applied and fixup scripts have been run