• Jeffrey Hugo's avatar
    clk: qcom: smd: Add missing pnoc clock · ba1d366d
    Jeffrey Hugo authored
    When MSM8998 support was added, and analysis was done to determine what
    clocks would be consumed.  That analysis had a flaw, which caused the
    pnoc to be skipped.  The pnoc clock needs to be on to access the uart
    for the console.  The clock is on from boot, but has no consumer votes
    in the RPM.  When we attempt to boot the modem, it causes the RPM to
    turn off pnoc, which kills our access to the console and causes CPU hangs.
    
    We need pnoc to be defined, so that clk_smd_rpm_handoff() will put in
    an implicit vote for linux and prevent issues when booting modem.
    Hopefully pnoc can be consumed by the interconnect framework in future
    so that Linux can rely on explicit votes.
    
    Fixes: 6131dc81 ("clk: qcom: smd: Add support for MSM8998 rpm clocks")
    Signed-off-by: default avatarJeffrey Hugo <jeffrey.l.hugo@gmail.com>
    Link: https://lkml.kernel.org/r/20191107190615.5656-1-jeffrey.l.hugo@gmail.comSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
    ba1d366d
clk-smd-rpm.c 27.6 KB