linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: llcc: Disable MMUHWT retention
@ 2021-09-21  5:59 Sai Prakash Ranjan
  2021-09-21 22:56 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Sai Prakash Ranjan @ 2021-09-21  5:59 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm, Naina Mehta,
	Sai Prakash Ranjan

From: Naina Mehta <nainmeht@codeaurora.org>

Disable MMUHWT retention for SC7280 as done for other platforms
to avoid more power burn.

Fixes: f6a07be63301 ("soc: qcom: llcc: Add configuration data for SC7280")
Signed-off-by: Naina Mehta <nainmeht@codeaurora.org>
Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
---
 drivers/soc/qcom/llcc-qcom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c
index fb471cc4066b..6bf2f1d1f2c5 100644
--- a/drivers/soc/qcom/llcc-qcom.c
+++ b/drivers/soc/qcom/llcc-qcom.c
@@ -115,7 +115,7 @@ static const struct llcc_slice_config sc7280_data[] =  {
 	{ LLCC_CMPT,     10, 768, 1, 1, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
 	{ LLCC_GPUHTW,   11, 256, 1, 1, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
 	{ LLCC_GPU,      12, 512, 1, 0, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
-	{ LLCC_MMUHWT,   13, 256, 1, 1, 0x3f, 0x0, 0, 0, 0, 1, 1, 0},
+	{ LLCC_MMUHWT,   13, 256, 1, 1, 0x3f, 0x0, 0, 0, 0, 0, 1, 0},
 	{ LLCC_MDMPNG,   21, 768, 0, 1, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
 	{ LLCC_WLHW,     24, 256, 1, 1, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
 	{ LLCC_MODPE,    29, 64,  1, 1, 0x3f, 0x0, 0, 0, 0, 1, 0, 0},
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH] soc: qcom: llcc: Disable MMUHWT retention
  2021-09-21  5:59 [PATCH] soc: qcom: llcc: Disable MMUHWT retention Sai Prakash Ranjan
@ 2021-09-21 22:56 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2021-09-21 22:56 UTC (permalink / raw)
  To: Andy Gross, Sai Prakash Ranjan
  Cc: linux-arm-msm, Naina Mehta, linux-arm-kernel, linux-kernel

On Tue, 21 Sep 2021 11:29:42 +0530, Sai Prakash Ranjan wrote:
> From: Naina Mehta <nainmeht@codeaurora.org>
> 
> Disable MMUHWT retention for SC7280 as done for other platforms
> to avoid more power burn.
> 
> 

Applied, thanks!

[1/1] soc: qcom: llcc: Disable MMUHWT retention
      commit: 81ec1ab4fc0d52a380f65ce32437a78be35cbc56

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-21 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21  5:59 [PATCH] soc: qcom: llcc: Disable MMUHWT retention Sai Prakash Ranjan
2021-09-21 22:56 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).