Skip to content
  • Simon Glass's avatar
    rockchip: clk: Make rkclk_get_clk() SoC-specific · 5ddf5d77
    Simon Glass authored
    
    
    The current method assumes that clocks are numbered from 0 and we can
    determine a clock by its number. It is safer to use an ID in the clock's
    platform data to avoid the situation where another clock is bound before
    the one we expect.
    
    Move the existing code into rk3036 since it still works there. Add a new
    implementation for rk3288.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    5ddf5d77