Skip to content
  • Tomi Valkeinen's avatar
    OMAPDSS: cleanup fck parent handling · ada9443f
    Tomi Valkeinen authored
    
    
    The dss parent_clk_name currently points to a clock node which we use to
    change the fclk rate. Now that we have CLK_SET_RATE_PARENT properly set,
    we can set the rate directly to the fclk node.
    
    However, we still need to calculate the possible clock rates. For this,
    we need the rate of the parent of the current parent_clk.
    
    To simplify the code, this patch changes the parent_clk_name to point to
    the above mentioned parent, so that we can get the rate directly.
    
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    ada9443f