• S
    rockchip: Use a separate clock ID for clocks · 898d6439
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    898d6439
clk_rk3036.c 11.0 KB