On Mon, 12 Apr 2021 at 18:51, chenguanqiao <[email protected]> wrote: > > From: Chen Guanqiao <[email protected]> > > Add functions to add size of addresses in the device tree using ofnode > references. > > If the size is not set, return FDT_SIZE_T_NONE. > > Signed-off-by: Chen Guanqiao <[email protected]> > --- > drivers/core/ofnode.c | 11 +++++++++++ > include/dm/ofnode.h | 10 ++++++++++ > include/fdtdec.h | 5 +++-- > 3 files changed, 24 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Applied to u-boot-dm, thanks!

