• Michael Bohan's avatar
    Revert "msm: acpuclock-8974: Revert back to previous CPU voltages and max freqs" · b013851c
    Michael Bohan authored
    This reverts commit 335bc46d
    
    .
    
    The revert of the acpuclock table to lower voltages did indeed
    improve stability, but was not the underlying root cause of the
    reported failures.
    
    It turns out that a hardware bug prevented the PMIC regulator
    MODE_CTL register from being reset in WARM_RESET. Consequently,
    we often left the regulator running in PFM mode. This is bad,
    since our software assumes the default value is PWM. Thus we
    would often end up bringing up cores at higher current
    requests than that tolerated in PFM mode, and crash the system.
    
    Change-Id: Ie8b1ccef10577aceaa5201ec67dd220dcd87c210
    Signed-off-by: default avatarMichael Bohan <mbohan@codeaurora.org>
    b013851c
acpuclock-8974.c 7.75 KB