Re: [PATCH v2 3/3] soc: qcom: socinfo: Add support for new fields in revision 22
From: Dmitry Baryshkov
Date: Fri Apr 25 2025 - 13:29:39 EST
On Fri, Apr 25, 2025 at 07:29:46PM +0530, Mukesh Ojha wrote:
> Add the ncluster_cores_array_offset field with socinfo structure
> revision 22 which specifies no of cores present in each cluster.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Added debugfs entry.
>
> drivers/soc/qcom/socinfo.c | 6 ++++++
> include/linux/soc/qcom/socinfo.h | 2 ++
> 2 files changed, 8 insertions(+)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index bac1485f1b27..13cf73744bd9 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -155,6 +155,7 @@ struct socinfo_params {
> u32 boot_core;
> u32 raw_package_type;
> u32 nsubpart_feat_array_offset;
> + u32 ncluster_cores_array_offset;
Same comment as the one for the previous patch.
> };
>
> struct smem_image_version {
--
With best wishes
Dmitry