Browse Source

qcedev: disable clock gating till stability issues resolved

Disable the clock gating feature till some of the stability
issues concerning it is resolved.

Change-Id: I7c7832a843240a75b426ca9187fd02dc1488d0ca
Signed-off-by: Gaurav Kashyap <[email protected]>
Gaurav Kashyap 2 years ago
parent
commit
2461cc62a6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      crypto-qti/qce50.c

+ 2 - 3
crypto-qti/qce50.c

@@ -271,9 +271,8 @@ static int qce_crypto_config(struct qce_device *pce_dev,
 
 static void qce_enable_clock_gating(struct qce_device *pce_dev)
 {
-	writel_relaxed(0x1, pce_dev->iobase + CRYPTO_PWR_CTRL);
-	//Write memory barrier
-	wmb();
+	/* This feature might cause some HW issues, noop till resolved. */
+	return;
 }
 
 /*