Re: [PATCH v3 2/9] cpufreq: qcom-nvmem: Add genpd names to match_data_kryo
From: Dmitry Baryshkov
Date: Wed Jun 26 2024 - 14:31:32 EST
On Wed, Jun 26, 2024 at 04:09:55PM GMT, Varadarajan Narayanan wrote:
> This is used for tying up the cpu@N nodes with the power domains.
> Without this, 'cat /sys/kernel/debug/qcom_cpr3/thread0'
> crashes with NULL pointer access.
Add the interesting part of the backtrace, please.
>
> Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
> ---
> drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/cpufreq/qcom-cpufreq-nvmem.c b/drivers/cpufreq/qcom-cpufreq-nvmem.c
> index 939702dfa73f..5e6525c7788c 100644
> --- a/drivers/cpufreq/qcom-cpufreq-nvmem.c
> +++ b/drivers/cpufreq/qcom-cpufreq-nvmem.c
> @@ -399,6 +399,7 @@ static const char *generic_genpd_names[] = { "perf", NULL };
>
> static const struct qcom_cpufreq_match_data match_data_kryo = {
> .get_version = qcom_cpufreq_kryo_name_version,
> + .genpd_names = generic_genpd_names,
This forces that every Kryo SoC has "perf" genpd, which obviously isn't
corret (at least from the upstream support point of view).
> };
>
> static const struct qcom_cpufreq_match_data match_data_krait = {
> --
> 2.34.1
>
--
With best wishes
Dmitry