Re: [U-Boot] [PATCH] drivers: core: Add translation in live tree case

2017-10-22 Thread Simon Glass
Hi Mario, On 13 October 2017 at 13:21, Mario Six wrote: > The function dev_read_addr calls ofnode_get_addr_index in the live tree > case, which does not apply bus translations to the address read from the > device tree. This results in illegal addresses on boards that rely on > bus translations b

[U-Boot] [PATCH] drivers: core: Add translation in live tree case

2017-10-13 Thread Mario Six
The function dev_read_addr calls ofnode_get_addr_index in the live tree case, which does not apply bus translations to the address read from the device tree. This results in illegal addresses on boards that rely on bus translations being applied. Fix this situation by applying bus translations in