Skip to content
Commit 6301d584 authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren
Browse files

ARM: OMAP2/3: CM: fix cm_split_idlest functionality



cm_split_idlest doesn't take the CM base offset into account right now,
causing it to read reserved registers which show idlestatus as active
always. This will cause the wait_module_ready functionality to be
effectively an expensive NOP, which will cause problems if the
module hasn't really activated during its execution. Fix by adding
the CM offset into the calculation so the wait_module_ready will
access correct register.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Reported-by: default avatarFilip Matijevic <filip.matijevic.pz@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3c4d296e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment