
28 Jul
2015
28 Jul
'15
1:32 a.m.
On 7 July 2015 at 20:53, Simon Glass sjg@chromium.org wrote:
The 'ranges' property can be used to specify a translation from the system address to the bus address. Add support for this using the dev_get_addr() function, which devices should use to find their address.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/core/device.c | 17 +++++++++++------ drivers/core/simple-bus.c | 30 ++++++++++++++++++++++++++++++ include/dm/device-internal.h | 12 ++++++++++++ 3 files changed, 53 insertions(+), 6 deletions(-)
Applied to u-boot-dm.