commit | f33017716e5c430d84366ecc4476ba2b655f3fef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 20:53:44 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:44:28 2015 -0600 |
tree | 6ac94703ce7c4374c81a35176ac541f97d91efb0 | |
parent | 0990fcb772192af615f23cd78bbfc081ec40236b [diff] |
dm: Support address translation for simple-bus 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>