Loading
soc: cpu_pwr_ctl: Fix enabling of l2 lpms after cpu coldboot
l2 lpms are disabled when a clusters first core is being brought online.
Once the core is brought out of reset, l2 lpms are re-enabled. Bit 0 of
the power control override register was being inadvertently set to 1.
This would leave the l2 lpms disabled. Correct this by setting the bit
to 0, to enable the l2 lpms.
Change-Id: Ib45af2bcadef8c4bdb22dd263480b5d4b952d23c
Signed-off-by:
Karthik Parsha <kparsha@codeaurora.org>