On 21 January 2016 at 19:43, Simon Glass <s...@chromium.org> wrote:
> At present we use the same peripheral ID for clocks and pinctrl. While this
> works it is probably better to use the device tree clock binding ID for
> clocks. We can use the clk_get_by_index() function to find this.
>
> Update the clock drivers and the code that uses them.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v9: None
> Changes in v2:
> - Update call to clk_get_by_index()
>
>  configs/chromebook_jerry_defconfig |  1 +
>  configs/firefly-rk3288_defconfig   |  1 +
>  drivers/clk/clk_rk3036.c           | 16 +++++-----
>  drivers/clk/clk_rk3288.c           | 63 
> +++++++++++++++++++++-----------------
>  drivers/mmc/rockchip_dw_mmc.c      | 13 +++-----
>  5 files changed, 50 insertions(+), 44 deletions(-)

Applied to u-boot-rockchip.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to