Skip to content
  • Shawn Guo's avatar
    clk: mxs: replace imx28 clk_register_clkdev with clock DT lookup · b598b9f3
    Shawn Guo authored
    
    
    It really becomes a maintenance issue that every time a device needs
    to look up (clk_get) a clock we have to patch kernel clock file to call
    clk_register_clkdev for that clock.
    
    Since clock DT support which is meant to resolve clock lookup in device
    tree is in place, the patch moves imx28 client devices' clock lookup
    over to device tree, so that any new lookup to be added at later time
    can just get done in DT instead of kernel.
    
    Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
    b598b9f3