As on i.MX6SLL, there is no ARM LDO, the code for ARM LDO
bypass check is unnecessary, remove these piece of code in
i.MX6SLL low power idle.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
bic r7, r7, #0x1
str r7, [r10, #0x110]
- /* check whether ARM LDO is bypassed */
- ldr r7, [r10, #0x140]
- and r7, r7, #0x1f
- cmp r7, #0x1f
- bne 10f
-
/* low power band gap enable */
ldr r7, [r10, #0x270]
orr r7, r7, #0x20
ands r7, r7, #0x40000
beq 11f
- /* check whether ARM LDO is bypassed */
- ldr r7, [r10, #0x140]
- and r7, r7, #0x1f
- cmp r7, #0x1f
- bne 12f
-
/* turn on regular bandgap and wait for stable */
ldr r7, [r10, #0x150]
bic r7, r7, #0x1