
15 Apr
2016
15 Apr
'16
5:44 p.m.
On 6 April 2016 at 17:16, Simon Glass sjg@chromium.org wrote:
On 6 April 2016 at 12:49, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
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
drivers/core/device.c | 16 ++++++++++++++++ include/dm/device.h | 12 ++++++++++++ 2 files changed, 28 insertions(+)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!