Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3125af24 authored by Russell King's avatar Russell King
Browse files

ARM: pm: sa1100: no need to re-enable clock switching



This is now taken care of by calling cpu_proc_init() in the resume
path, so eliminate this unnecessary call.

Tested-by: default avatarKevin Hilman <khilman@ti.com>
Acked-by: default avatarJean Pihet <j-pihet@ti.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b69874e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,5 +147,4 @@ sa1110_sdram_controller_fix:
 */
	.align 5
sa1100_cpu_resume:
	mcr	p15, 0, r1, c15, c1, 2		@ enable clock switching
	ldmfd	sp!, {r4 - r12, pc}		@ return to caller