On 29 September 2015 at 23:00, Stefan Roese <[email protected]> wrote: > The current "simple" address translation simple_bus_translate() is not > working on some platforms (e.g. MVEBU). As here more complex "ranges" > properties are used in many nodes (multiple tuples etc). This patch > enables the optional use of the common fdt_translate_address() function > which handles this translation correctly. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > Cc: Marek Vasut <[email protected]> > Cc: Masahiro Yamada <[email protected]> > Cc: Stephen Warren <[email protected]> > Cc: Lukasz Majewski <[email protected]> > --- > v3: > - Rebased on current U-Boot version > - Added Stephen and Lukasz to Cc > > v2: > - Rework code a bit as suggested by Simon. Also added some comments > to make the use of the code paths more clear. > > drivers/core/Kconfig | 30 ++++++++++++++++++++++++++++++ > drivers/core/device.c | 20 ++++++++++++++++++++ > 2 files changed, 50 insertions(+)
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

