[U-Boot] [PATCH 2/4] dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
    sjg at google.com 
    sjg at google.com
       
    Sun Jul 21 01:50:09 UTC 2019
    
    
  
On Fri, 5 Jul 2019 at 10:23, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Without a valid ofnode, it's meaningless to call clk_set_defaults()
> to process various properties.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/core/device.c | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list