Hi Marek, On Mon, 8 Feb 2021 at 19:49, Marek Behún <marek.be...@nic.cz> wrote: > > Add functions ofnode_get_addr_size_index_notrans(), which is a > non-translating version of ofnode_get_addr_size_index(). > > Some addresses are not meant to be translated, for example those of MTD > fixed-partitions. > > Signed-off-by: Marek Behún <marek.be...@nic.cz> > Cc: Dario Binacchi <dario...@libero.it> > Cc: Simon Glass <s...@chromium.org> > --- > drivers/core/ofnode.c | 19 ++++++++++++++++--- > include/dm/ofnode.h | 17 +++++++++++++++++ > 2 files changed, 33 insertions(+), 3 deletions(-)
Please add a test for this in test/dm/ofnode.c Regards, Simon