On Thu, 17 Nov 2022 19:54:21 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > This function is similar to of_translate_dma_address() but also reads a > length in addition to an address from a device tree property. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/of/address.c | 41 ++++++++++++++++++++++++++++++++++++++ > include/linux/of_address.h | 2 ++ > 2 files changed, 43 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>