Files
u-boot/drivers/i2c
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses
Some code may want to read reg values from DT, but from nodes that aren't
associated with DM devices, so using dev_get_addr_index() isn't
appropriate. In this case, fdtdec_get_addr_size_*() are the functions to
use. However, "translation" (via the chain of ranges properties in parent
nodes) may still be desirable. Add a function parameter to request that,
and implement it. Update all call sites to default to the original
behaviour.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Squashed in build fix from Stephen:
Signed-off-by: Simon Glass <sjg@chromium.org>
2016-08-12 09:20:27 -06:00
..
2016-06-10 13:44:58 -07:00
2015-11-12 15:59:02 -05:00
2016-07-26 10:20:13 +02:00
2016-05-02 18:37:09 -04:00
2015-03-18 09:13:17 +01:00
2016-07-26 10:20:38 +02:00
2016-06-10 13:44:58 -07:00
2015-11-12 18:04:12 -05:00