From: Alain Volmat Date: Mon, 31 Aug 2020 06:10:12 +0000 (+0200) Subject: cpufreq: dt-platdev: Blacklist st,stih418 SoC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=305accf3b53ae679c1333022c33f95a7e337a471;p=linux.git cpufreq: dt-platdev: Blacklist st,stih418 SoC Add st,stih418 SoC in the blacklist since the cpufreq driver for this platform is already registering the driver. Signed-off-by: Alain Volmat Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 7d01df7bfa6cd..3776d960f405e 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -137,6 +137,7 @@ static const struct of_device_id blacklist[] __initconst = { { .compatible = "st,stih407", }, { .compatible = "st,stih410", }, + { .compatible = "st,stih418", }, { .compatible = "sigma,tango4", },