summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}