On Sun, 23 Apr 2023 at 03:19, Johan Jonker <jbx6...@gmail.com> wrote: > > For the devfdt_get_addr_index_ptr() and devfdt_get_addr_size_index_ptr() > function use map_sysmem() function as cast for the return for use in > sandbox. Also fix sandbox test. > > Signed-off-by: Johan Jonker <jbx6...@gmail.com> > --- > > Apply after: > [PATCH v8 00/24] Fixes for Rockchip NFC driver part 1 > with replacement: > [PATCH v9] core: fdtaddr: add devfdt_get_addr_size_index_ptr function > > --- > > Changed V9: > New patch. > Split use of map_sysmem() from previous series. > --- > drivers/core/fdtaddr.c | 11 +++++++++-- > test/dm/test-fdt.c | 5 ++++- > 2 files changed, 13 insertions(+), 3 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org> Thanks for digging into this. Applied to u-boot-dm, thanks!