]> git.baikalelectronics.ru Git - uboot.git/commit
fdt_support: include dm/ofnode.h
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 8 Jun 2023 15:16:37 +0000 (17:16 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 16 Jun 2023 09:01:15 +0000 (11:01 +0200)
commitd4e608c4555028bebf7555c32bfcf15c5cd221d1
treea42c44f2bd33707a8436fa79b2ab8ccffac17fa0
parent7d6a046c4df2f0318f6df672cc7d1b11c898bad6
fdt_support: include dm/ofnode.h

This patch is a preliminary patch to use ofnode function
is fdt_support to read the U-Boot device tree with livetree
compatible functions.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c