Skip to content
Snippets Groups Projects
Commit c0db2ea4 authored by Juergen Beisert's avatar Juergen Beisert Committed by Robert Schwebel
Browse files

MXC family: Add clock handling


Internal clock path handling for the mxc CPUs.

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

Signed-off-by: default avatarJuergen Beisert <j.beisert@pengutronix.de>
parent 38a41fdf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment