Message ID | 20241207-topic-llcc_x1e_wrcache-v1-1-232e6aff49e4@oss.qualcomm.com |
---|---|
State | New |
Headers | show |
Series | soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1 | expand |
On Sat, Dec 07, 2024 at 03:04:26PM +0100, Konrad Dybcio wrote: > From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > > Do so in accordance with the internal recommendations. Any hints about why this is needed? Should the fix be backported? > Fixes: b3cf69a43502 ("soc: qcom: llcc: Add configuration data for X1E80100") > Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Johan
diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c index 32c3bc887cefb87c296e3ba67a730c87fa2fa346..1560db00a01248197e5c2936e785a5ea77f74ad8 100644 --- a/drivers/soc/qcom/llcc-qcom.c +++ b/drivers/soc/qcom/llcc-qcom.c @@ -3004,6 +3004,7 @@ static const struct llcc_slice_config x1e80100_data[] = { .fixed_size = true, .bonus_ways = 0xfff, .cache_mode = 0, + .activate_on_init = true, }, { .usecase_id = LLCC_CAMEXP0, .slice_id = 4,