Skip to content
Snippets Groups Projects
Commit 334e442e authored by Grzegorz Bernacki's avatar Grzegorz Bernacki Committed by Wolfgang Denk
Browse files

Set ips dividor to 1/4 of csb clock.


Previous setting cause ips clock to be out of spec. This bug was found by John
Rigby from Freescale.

Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
parent 4c9e98ac
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
/* SCFR1 System Clock Frequency Register 1 /* SCFR1 System Clock Frequency Register 1
*/ */
#define SCFR1_IPS_DIV 0x2 #define SCFR1_IPS_DIV 0x4
#define SCFR1_IPS_DIV_MASK 0x03800000 #define SCFR1_IPS_DIV_MASK 0x03800000
#define SCFR1_IPS_DIV_SHIFT 23 #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