commit | 1807907b6ca0cde03be7af18347a70eb27963948 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Apr 06 12:49:19 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 15 08:14:37 2016 -0600 |
tree | 11028f81b83c1e7128ef8a1465e3ecf0bfadd5fa | |
parent | 22e426895fd01e611b45802b2ed5fe7c2e4e15fb [diff] |
fdt: implement dev_get_addr_name() This function parses the reg property based on an index found in the reg-names property. This is required for bindings that are written using reg-names rather than hard-coding indices in reg. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>