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 <quic_gaurkash@quicinc.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user