Hi Matthias, On Wed, 8 Apr 2020 at 03:35, <[email protected]> wrote: > > From: Matthias Brugger <[email protected]> > > For reading address-cells and size-cells, the libfdt only provides > functions which do not return in case the node does not provide the > property. For traversing the DT to find the parent node which provides > this property we will need to know that. > > Make fdt_cells accessible from outside of libfdt so that we can detect > not present size- and address-cells properties in a node. > > Signed-off-by: Matthias Brugger <[email protected]> > --- > > scripts/dtc/libfdt/fdt_addresses.c | 2 +- > scripts/dtc/libfdt/libfdt.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-)
Can you please send these patches upstream too? Thanks, Simon

