
4 Jul
2008
4 Jul
'08
3:01 p.m.
Hi,
Here is a patch to add support for manually setting the system (CCB) clock divider for MPC85xx boards.
This patch introduces a new macro CONFIG_CCB_CLCKDIV, whose value should be set to the desired clock divider. If the macro is not defined, this patch has no effect.
As an example, the new option can be used in the board config file like this:
#define CONFIG_CCB_CLCKDIV 4
The patch is against git commit: a524e112b424c6843800ea2f19d3a8cf01d0aa94
John Ogness
Signed-off-by: John Ogness john.ogness@linutronix.de