Re: [U-Boot] [PATCH] fdt: implement dev_get_addr_name()

2016-04-15 Thread Simon Glass
On 6 April 2016 at 17:16, Simon Glass wrote: > On 6 April 2016 at 12:49, Stephen Warren wrote: >> From: Stephen Warren >> >> 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 h

Re: [U-Boot] [PATCH] fdt: implement dev_get_addr_name()

2016-04-06 Thread Simon Glass
On 6 April 2016 at 12:49, Stephen Warren wrote: > From: Stephen Warren > > 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

[U-Boot] [PATCH] fdt: implement dev_get_addr_name()

2016-04-06 Thread Stephen Warren
From: Stephen Warren 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 --- drivers/core/device.c | 16 in