Commit 9ebc4988446ff7c6bdba6257b61de3a88a01d418

Authored by Anson Huang
1 parent ec27deab06

MLK-12748-2 imx: remove IOMUXC GPR setting for i.mx7d retention mode

i.MX7D TO1.2 removes the DDR PADs retention mode setting
in IOMUXC GPR, it is same as TO1.0, so only apply the
IOMUXC GPR setting for TO1.1.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S
... ... @@ -227,10 +227,10 @@
227 227  
228 228 ldr r7, [r1, #0x800]
229 229 and r7, r7, #0xFF
230   - cmp r7, #0x10
231   - beq 2f
  230 + cmp r7, #0x11
  231 + bne 2f
232 232  
233   - /* from TO1.1 */
  233 + /* for TO1.1 */
234 234 ldr r7, [r11]
235 235 bic r7, r7, #(1 << 27)
236 236 str r7, [r11]