Re: [PATCH v3 3/4] soc: qcom: llcc-qcom: Add support for SM8750

From: Melody Olvera
Date: Mon Apr 14 2025 - 19:08:05 EST




On 4/14/2025 6:24 AM, Konrad Dybcio wrote:
On 3/24/25 9:29 PM, Melody Olvera wrote:
Add system cache table and configs for SM8750 SoCs.

Signed-off-by: Melody Olvera <quic_molvera@xxxxxxxxxxx>
---
[...]

+ .usecase_id = LLCC_WRCACHE,
+ .slice_id = 31,
+ .max_cap = 512,
+ .priority = 1,
+ .fixed_size = true,
+ .bonus_ways = 0xffffffff,
This should still be .activate_on_init = true


Apologies; must have missed this when redoing the table. Will fix.

Thanks,
Melody