clk: qcom: Leave mmss noc on for 8998
authorJeffrey Hugo <jhugo@codeaurora.org>
Thu, 13 Dec 2018 22:43:40 +0000 (15:43 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 14 Dec 2018 21:41:03 +0000 (13:41 -0800)
commit12eced09cd301aa7b1868a67c50a651c2aacd363
treecce56daffd0b88b24852949335d27990d7e0c492
parenta1697aba2721bebd5af2a041b9c251ce9bf7631e
clk: qcom: Leave mmss noc on for 8998

Similar to other qcom targets, gcc_mmss_noc_cfg_ahb_clk should not be
disabled.  Any mmss access depends on this clock, and its been observed
that enabling mmssnoc_axi_rpm_clk with rpmcc results in an implicit
access to mmss and will crash the system if gcc_mmss_noc_cfg_ahb_clk is
disabled.

Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
Fixes: 4807c71cc688 (arm64: dts: Add msm8998 SoC and MTP board support)
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-msm8998.c