Skip to content
Commit c46f5856 authored by Juergen Beisert's avatar Juergen Beisert Committed by Robert Schwebel
Browse files

i.MX2 family: Add clock handling for i.MX27 CPU



Internal clock path handling for the i.MX27 CPU.

Changed against the original Freescale code (and against clocklib for example):
 - clock rate is always calculated whenever one ask for the current rate.
   (means no "rate" member in the clock structure).
   So switching the PLL base frequency will propagate immediately to all
   other clocks that are depending on this frequency.

TODO:
 - Check if the i.MX21 CPU can share the same code.

Signed-off-by: default avatarJuergen Beisert <j.beisert@pengutronix.de>
parent f31405cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment