Re: [PATCH v3 3/4] soc: qcom: llcc-qcom: Add support for SM8750
From: Konrad Dybcio
Date: Mon Apr 14 2025 - 09:26:08 EST
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
otherwise lgtm
Konrad