commit | 59b6196a19dd5ff2f32eae0d7d1f8b7c5ab2eecf | [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 | 68c419765be39ae351e93501f470c38760865437 [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>