Skip to content
  • Russell King's avatar
    [ARM] pxa: allow clk aliases · bdb08cb2
    Russell King authored
    
    
    We need to support more than one name+device for a struct clk for a
    small number of peripherals.  We do this by re-using struct clk alias
    to another struct clk - IOW, if we find that the entry we're using is
    an alias, we return the aliased entry not the one we found.
    
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    bdb08cb2