Re: [PATCH 2/2] soc: qcom: llcc-qcom: Add support for Kaanapali

From: Konrad Dybcio

Date: Tue Oct 07 2025 - 09:44:34 EST


On 9/25/25 1:24 AM, Jingyi Wang wrote:
> Add system cache table and configs for Kaanapali SoC.
>
> Signed-off-by: Jingyi Wang <jingyi.wang@xxxxxxxxxxxxxxxx>
> ---

I spot-checked some of these and it looks alright

[...]

> index 7a69210a250c..0287f9182c4d 100644
> --- a/include/linux/soc/qcom/llcc-qcom.h
> +++ b/include/linux/soc/qcom/llcc-qcom.h
> @@ -74,7 +74,14 @@
> #define LLCC_CAMSRTIP 73
> #define LLCC_CAMRTRF 74
> #define LLCC_CAMSRTRF 75
> +#define LLCC_VIDEO_APV 83
> +#define LLCC_COMPUTE1 87
> +#define LLCC_CPUSS_OPP 88
> #define LLCC_CPUSSMPAM 89
> +#define LLCC_CAM_IPE_STROV 92
> +#define LLCC_CAM_OFE_STROV 93
> +#define LLCC_CPUSS_HEU 94
> +#define LLCC_MDM_PNG_FIXED 100

Can we de-obfuscate these names?

Either way:

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad