From c3acb2b5eeae319cd426b9771c4e65e000535edd Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Mon, 17 Oct 2022 19:14:49 -0700 Subject: [PATCH] soc: qcom: llcc: Further update config data for pineapple SoC Update pineapple config data to reflect CPU SCID allocation which enables the growing and writing of subcaches. Change-Id: I290b7812f9af632144639c2699fffdc8d779d538 Signed-off-by: Guru Das Srinagesh --- 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 9d21eb15c4a6..30ebcb1fd46d 100644 --- a/drivers/soc/qcom/llcc-qcom.c +++ b/drivers/soc/qcom/llcc-qcom.c @@ -348,7 +348,7 @@ static const struct llcc_slice_config kalama_data[] = { }; static const struct llcc_slice_config pineapple_data[] = { - {LLCC_CPUSS, 1, 5120, 1, 1, 0xFFFFF, 0x0, 0, 0x0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, + {LLCC_CPUSS, 1, 5120, 1, 0, 0xFFFFF, 0x0, 0, 0x0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {LLCC_VIDSC0, 2, 512, 3, 1, 0xFFFFFF, 0x0, 0, 0x0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {LLCC_AUDIO, 6, 1024, 1, 1, 0xFFFFFF, 0x0, 0, 0x0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {LLCC_MDMHPGRW, 25, 1024, 3, 0, 0xFFFFFF, 0x0, 0, 0x0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},