Skip to content
Snippets Groups Projects
Commit 5643709e authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Wolfgang Denk
Browse files

mpc512x: allow configuring board specific IPS divider


Boards may define own IPS divider in the config file if
the default IPS divider doesn't fit their needs.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 1d63b8ff
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,9 @@ typedef struct clk512x {
#define CLOCK_SCCR2_IIM_EN 0x00080000
/* SCFR1 System Clock Frequency Register 1 */
#ifndef SCFR1_IPS_DIV
#define SCFR1_IPS_DIV 0x3
#endif
#define SCFR1_IPS_DIV_MASK 0x03800000
#define SCFR1_IPS_DIV_SHIFT 23
......
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