]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
authorPengyu Luo <mitltlatltl@gmail.com>
Fri, 4 Apr 2025 16:42:19 +0000 (00:42 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 8 Apr 2025 06:06:32 +0000 (11:36 +0530)
SM8650 have already been supported by qcom-cpufreq-hw driver, but
never been added to cpufreq-dt-platdev. This makes noise

[    0.388525] cpufreq-dt cpufreq-dt: failed register driver: -17
[    0.388537] cpufreq-dt cpufreq-dt: probe with driver cpufreq-dt failed with error -17

So adding it to the cpufreq-dt-platdev driver's blocklist to fix it.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 2aa00769cf09dab20ae1cc4f7c0fe4fb6d22af87..a010da0f6337f8c2fbb5a5c266b44ef4b69ab8ec 100644 (file)
@@ -175,6 +175,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sm8350", },
        { .compatible = "qcom,sm8450", },
        { .compatible = "qcom,sm8550", },
+       { .compatible = "qcom,sm8650", },
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },