summaryrefslogtreecommitdiff
path: root/board/freescale/mx7ulp_evk/plugin.S
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-14 11:39:12 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:24:32 +0800
commit4eb0fbdacfe0678e41d1ebf35c7863736e83637e (patch)
tree87fa89cadd3de875b200d53967614ff4704f73ad /board/freescale/mx7ulp_evk/plugin.S
parentcd293a66df0409c6d030c22f872353e8f2613f03 (diff)
downloadu-boot-imx-4eb0fbdacfe0678e41d1ebf35c7863736e83637e.zip
u-boot-imx-4eb0fbdacfe0678e41d1ebf35c7863736e83637e.tar.gz
u-boot-imx-4eb0fbdacfe0678e41d1ebf35c7863736e83637e.tar.bz2
MLK-13924 mx7ulp: Fix APLL num and denom setting issue
For the current APLL setting, as we want the APLL PFD0 to meet DDR clock 320Mhz requirement. We set MULT to 20, NUM to 4 and DENOM to 2, to get final 22 multiplier. But according to the RM, the NUM should always be less than the DENOM. So our setting violates the rule. Actually the ROM has already set the MULT to 22 and leave NUM/DENOM in default value. The calculated APLL PFD0 clock is 318.9888Mhz, which also meet the DDR requirement. To fix the issue, we remove the PLL settings in DCD to use default value from ROM, and only set the PFD0 FRAC. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 8cc70b1ded5309dee522aa00b43bd702a209ba51)
Diffstat (limited to 'board/freescale/mx7ulp_evk/plugin.S')
-rw-r--r--board/freescale/mx7ulp_evk/plugin.S19
1 files changed, 1 insertions, 18 deletions
diff --git a/board/freescale/mx7ulp_evk/plugin.S b/board/freescale/mx7ulp_evk/plugin.S
index 9eab365..5d13362 100644
--- a/board/freescale/mx7ulp_evk/plugin.S
+++ b/board/freescale/mx7ulp_evk/plugin.S
@@ -14,26 +14,9 @@
ldr r2, =0x403e0000
ldr r3, =0x01000020
str r3, [r2, #0x40]
- ldr r3, =0x01000000
- str r3, [r2, #0x500]
+
ldr r3, =0x80808080
str r3, [r2, #0x50c]
- ldr r3, =0x00140000
- str r3, [r2, #0x508]
- ldr r3, =0x00000004
- str r3, [r2, #0x510]
- ldr r3, =0x00000002
- str r3, [r2, #0x514]
- ldr r3, =0x00000001
- str r3, [r2, #0x500]
-
- ldr r3, =0x01000000
-wait1:
- ldr r4, [r2, #0x500]
- and r4, r3
- cmp r4, r3
- bne wait1
-
ldr r3, =0x8080801E
str r3, [r2, #0x50c]