[U-Boot] [PATCH v3 5/7] dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()

2018-06-22 Thread Jean-Jacques Hiblot
Also add device_find_global_by_ofnode() that also find a device based on the OF node, but doesn't probe the device. Signed-off-by: Jean-Jacques Hiblot --- Changes in v3: - New arch/arm/mach-rockchip/rk3188-board-spl.c | 2 +- arch/arm/mach-rockchip/rk3288-board-spl.c | 2 +- drivers/core/de

Re: [U-Boot] [PATCH v3 5/7] dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()

2018-06-29 Thread Simon Glass
On 22 June 2018 at 05:25, Jean-Jacques Hiblot wrote: > Also add device_find_global_by_ofnode() that also find a device based on > the OF node, but doesn't probe the device. > > Signed-off-by: Jean-Jacques Hiblot > > --- > > Changes in v3: > - New > > arch/arm/mach-rockchip/rk3188-board-spl.c |