[U-Boot] [PATCH v9 21/49] rockchip: mmc: Update the driver to use the new clock ID

2016-01-21 Thread Simon Glass
We can use the new clk_get_by_index() function to get the correct clock. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/clk/clk_rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk_rk3288.c b/drivers/clk/clk_rk3288.c index

Re: [U-Boot] [PATCH v9 21/49] rockchip: mmc: Update the driver to use the new clock ID

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > We can use the new clk_get_by_index() function to get the correct clock. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > drivers/clk/clk_rk3288.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Appl