mx7ulp_evk: Change APLL and its PFD0 frequencies
authorYe Li <ye.li@nxp.com>
Wed, 15 May 2019 09:56:56 +0000 (09:56 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
To support HDMI display on EVK board, the LCDIF pix clock must be
25.2Mhz. Since the its PCC divider range is from 1-8, the max rate
of LCDIF PCC source clock is 201.6Mhz. This limits the source clock
must from NIC1 bus clock or NIC1 clock, other sources from APLL PFDs
are higher than this max rate.

The NIC1 bus clock and NIC1 clock are from DDRCLK whose parent source
is APLL PFD0, so we must change the APLL PFD0 and have impact to DDRCLK,
NIC1 and NIC1 bus.

Eventually, this requests to set the APLL PFD0 frequency to 302.4Mhz
(25.2 * 12), with settings:

PFD0 FRAC:  32
APLL MULT:  22
APLL NUM:   2
APLL DENOM: 5

Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Fancy Fang <chen.fang@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/mx7ulp_evk/imximage.cfg
board/freescale/mx7ulp_evk/plugin.S

index e7d87beb5f13c6ac4168bc9513b150168bb1b57d..d4f6c3c62df58c9c9ac7c294bb7aff38679075ab 100644 (file)
@@ -43,8 +43,14 @@ CSF CONFIG_CSF_SIZE
  */
 DATA 4   0x403f00dc 0x00000000
 DATA 4   0x403e0040 0x01000020
+DATA 4   0x403e0500 0x01000000
 DATA 4   0x403e050c 0x80808080
-DATA 4   0x403e050c 0x8080801E
+DATA 4   0x403e0508 0x00160000
+DATA 4   0x403E0510 0x00000002
+DATA 4   0x403E0514 0x00000005
+DATA 4   0x403e0500 0x00000001
+CHECK_BITS_SET 4 0x403e0500 0x01000000
+DATA 4   0x403e050c 0x80808020
 CHECK_BITS_SET 4 0x403e050c 0x00000040
 DATA 4   0x403E0030 0x00000001
 DATA 4   0x403e0040 0x11000020
index 73636c679fed15b44ed57924bd40a157ab0e5ea4..ccd2fc03a43f6a44dc1ffa28e187bc9448705349 100644 (file)
        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, =0x8080801E
+       ldr r3, =0x00160000
+       str r3, [r2, #0x508]
+       ldr r3, =0x00000002
+       str r3, [r2, #0x510]
+       ldr r3, =0x00000005
+       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, =0x80808020
        str r3, [r2, #0x50c]
 
        ldr r3, =0x00000040