Re: [U-Boot] [PATCH v2] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-04 Thread Mark Jackson
On 04/03/13 00:27, Wolfgang Denk wrote: Dear Mark Jackson, In message 5130c537.8000...@mimc.co.uk you wrote: Allow AM335x MPU core clock speed to be specified in the board config file. To use, add the following to the board's config file:- #define V_MPUCLK desired clock freq in Hz

Re: [U-Boot] [PATCH v2] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-03 Thread Peter Korsgaard
Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Allow AM335x MPU core clock speed to be specified in the board config file. Mark To use, add the following to the board's config file:- Mark #define V_MPUCLK desired clock freq in Hz Mark Signed-off-by: Mark Jackson m...@newflow.co.uk

Re: [U-Boot] [PATCH v2] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-03 Thread Wolfgang Denk
Dear Mark Jackson, In message 5130c537.8000...@mimc.co.uk you wrote: Allow AM335x MPU core clock speed to be specified in the board config file. To use, add the following to the board's config file:- #define V_MPUCLK desired clock freq in Hz If this is a configurable option, it should

[U-Boot] [PATCH v2] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-01 Thread Mark Jackson
Allow AM335x MPU core clock speed to be specified in the board config file. To use, add the following to the board's config file:- #define V_MPUCLKdesired clock freq in Hz Signed-off-by: Mark Jackson m...@newflow.co.uk --- Changes in v2: - Tweaked after comments from Peter Korsgaard