summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Gu <gucheng@google.com>2020-06-30 10:38:21 -0700
committerCheng Gu <gucheng@google.com>2020-06-30 11:41:05 -0700
commitad96497037467bdb4c148e6fd5d4ad06010aee59 (patch)
tree4bf03343fdef66e465c7f0c71bf95236e165b7fb
parent075a4c4bcecc50ef588e0bc34b928f5d29a1825c (diff)
downloadarm64-android-amber-intel-linux-4.7-android11.tar.gz
This reverts commit 1652d0caaed9 ("thermal: mnh-clk: Ignore request to auto AXI gating"). Bug: 159924951 Change-Id: Ib890aec665b24abdf0f8a4a26cdc86889d7ed3f9 Signed-off-by: Cheng Gu <gucheng@google.com>
-rw-r--r--drivers/thermal/mnh-clk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/thermal/mnh-clk.c b/drivers/thermal/mnh-clk.c
index 3909c18d128a..614ecdf183d4 100644
--- a/drivers/thermal/mnh-clk.c
+++ b/drivers/thermal/mnh-clk.c
@@ -1318,10 +1318,7 @@ int mnh_axi_clock_gating(int enabled)
if (enabled != 1 && enabled != 0)
return -EINVAL;
- /* WR: ignore request to set HALT_AXICG_EN. Context: b/119834879. */
-#if 0
HW_OUTf(mnh_dev->regs, SCU, CCU_CLK_CTL, HALT_AXICG_EN, enabled);
-#endif
return 0;
}