mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 15:40:01 +02:00
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>