Re: [U-Boot] [U-Boot, v2, 02/19] clk: Improve debug message in clk_set_default_rates()

2019-04-21 Thread Philipp Tomsich
> It is helpful to print the clock number as well as the index, so that this > can be looked up in the binding file. Update the debug() statement to do > this. > > Signed-off-by: Simon Glass > Reviewed-by: Philipp Tomsich > --- > > Changes in v2: None > > drivers/clk/clk-uclass.c | 4 ++-- >

Re: [U-Boot] [U-Boot, v2, 02/19] clk: Improve debug message in clk_set_default_rates()

2019-01-31 Thread Philipp Tomsich
> It is helpful to print the clock number as well as the index, so that this > can be looked up in the binding file. Update the debug() statement to do > this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/clk/clk-uclass.c | 4 ++-- > 1 file changed, 2