[PATCH 1/2] libfdt: Make fdt_cells function accessible

2020-04-08 Thread matthias . bgg
From: Matthias Brugger 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

Re: [PATCH 1/2] libfdt: Make fdt_cells function accessible

2020-04-09 Thread Simon Glass
Hi Matthias, On Wed, 8 Apr 2020 at 03:35, wrote: > > From: Matthias Brugger > > 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