Re: [U-Boot-Users] [PATCH] V3: mpc85xx set CCB:LBC ratio (CONFIG_LBC_CLOCK_RATIO)

2008-07-11 Thread John Ogness
I've changed the patch so that it is less intrusive. It now simply adds the new function to the "init_sequence" if defined. Signed-off-by: John Ogness <[EMAIL PROTECTED]> diff -Nur a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c --- a/cpu/mpc85xx/cpu.c 2008-07-11 11:15:15.

[U-Boot-Users] PATCH: (ver. 2) mpc85xx set CCB:LBC ratio (CONFIG_LBC_CLOCK_RATIO)

2008-07-07 Thread John Ogness
and function should now be clearer. The patch is against git commit: c956717ab25c962ef49d49064dfc73f4edcba1fb John Ogness Signed-off-by: John Ogness <[EMAIL PROTECTED]> Add support for manually setting the CCB:LBC clock ratio. This patch introduces a new macro CONFIG_LBC_CLOCK_RATIO,

[U-Boot-Users] PATCH: mpc85xx set lcb clock (CONFIG_CCB_CLCKDIV)

2008-07-04 Thread John Ogness
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 <[EMAIL PROTECTED]> Add support for manually setting the system (CCB) clock divider. This