Re: [PATCH v11 2/2] dt: qcom: Add qcom-cpufreq-kryo driver configuration

From: Niklas Cassel
Date: Tue Jul 10 2018 - 05:29:12 EST


On Wed, May 23, 2018 at 04:11:31PM +0300, Ilia Lin wrote:
> 1. Add NVMEM node for the speedbin
> 2. Add definitions for all possible MSM8996 CPU OPPs.
> The qcom-cpufreq-kryo driver will select the appropriate subset.
>
> Signed-off-by: Ilia Lin <ilialin@xxxxxxxxxxxxxx>
> Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 2 +-
> arch/arm64/boot/dts/qcom/msm8996.dtsi | 281 ++++++++++++++++++++++++++--
> 2 files changed, 270 insertions(+), 13 deletions(-)
>

Hello Ilia, Viresh


I tried this patch series (together with you cpu clock driver).

The first problem is that the driver fails to create debugfs entries.

The second problem appears to be that it runs on unlisted frequency.
Is this simply because of missing entries in the opp table?

[ 4.538513] cpu cpu1: opp_list_debug_create_link: Failed to create link
[ 4.538567] cpu cpu1: _add_opp_dev: Failed to register opp debugfs (-12)
[ 4.544514] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 614400 KHz
[ 4.551441] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 652800 KHz
[ 4.563219] cpu cpu3: opp_list_debug_create_link: Failed to create link
[ 4.566937] cpu cpu3: _add_opp_dev: Failed to register opp debugfs (-12)
[ 4.573489] cpufreq: cpufreq_online: CPU2: Running at unlisted freq: 19200 KHz
[ 4.580368] cpufreq: cpufreq_online: CPU2: Unlisted initial frequency changed to: 307200 KHz


Kind regards,
Niklas