mx7ulp: Select the SCG1 APLL PFD as a system clock source
authorYe Li <ye.li@nxp.com>
Wed, 15 May 2019 09:56:59 +0000 (09:56 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
Due to the APLL out glitch issue, the APLLCFG PLLS bit must
be set to select SCG1 APLL PFD for generating system clock to align
with the design.

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

index d4f6c3c62df58c9c9ac7c294bb7aff38679075ab..6bc7c199f517186f01f66968082b12cc0def1945 100644 (file)
@@ -45,7 +45,7 @@ DATA 4   0x403f00dc 0x00000000
 DATA 4   0x403e0040 0x01000020
 DATA 4   0x403e0500 0x01000000
 DATA 4   0x403e050c 0x80808080
-DATA 4   0x403e0508 0x00160000
+DATA 4   0x403e0508 0x00160002
 DATA 4   0x403E0510 0x00000002
 DATA 4   0x403E0514 0x00000005
 DATA 4   0x403e0500 0x00000001
index ccd2fc03a43f6a44dc1ffa28e187bc9448705349..55dfecc751220e3a171f74e837e77cc5366c2dac 100644 (file)
@@ -18,7 +18,7 @@
 
        ldr r3, =0x80808080
        str r3, [r2, #0x50c]
-       ldr r3, =0x00160000
+       ldr r3, =0x00160002
        str r3, [r2, #0x508]
        ldr r3, =0x00000002
        str r3, [r2, #0x510]