
9 Apr
2020
9 Apr
'20
6:25 p.m.
Hi Matthias,
On Wed, 8 Apr 2020 at 03:35, matthias.bgg@kernel.org wrote:
From: Matthias Brugger mbrugger@suse.com
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 mbrugger@suse.com
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