cpufreq: dt-platdev: Blacklist st,stih418 SoC
authorAlain Volmat <avolmat@me.com>
Mon, 31 Aug 2020 06:10:12 +0000 (08:10 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 16 Sep 2020 08:42:18 +0000 (14:12 +0530)
Add st,stih418 SoC in the blacklist since the cpufreq driver
for this platform is already registering the driver.

Signed-off-by: Alain Volmat <avolmat@me.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 7d01df7..3776d96 100644 (file)
@@ -137,6 +137,7 @@ static const struct of_device_id blacklist[] __initconst = {
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },
+       { .compatible = "st,stih418", },
 
        { .compatible = "sigma,tango4", },