[PATCH] cpufreq: remove tango driver

Viresh Kumar viresh.kumar at linaro.org
Wed Jan 20 23:05:12 EST 2021


On 20-01-21, 14:16, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> The tango platform is getting removed, so the driver is no
> longer needed.
> 
> Cc: Marc Gonzalez <marc.w.gonzalez at free.fr>
> Cc: Mans Rullgard <mans at mansr.com>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
>  drivers/cpufreq/Kconfig.arm     |  5 -----
>  drivers/cpufreq/Makefile        |  1 -
>  drivers/cpufreq/tango-cpufreq.c | 38 ---------------------------------
>  3 files changed, 44 deletions(-)
>  delete mode 100644 drivers/cpufreq/tango-cpufreq.c

Applied with below diff. Thanks.

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index bd2db0188cbb..3ba2f716fe97 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -141,8 +141,6 @@ static const struct of_device_id blacklist[] __initconst = {
        { .compatible = "st,stih410", },
        { .compatible = "st,stih418", },
 
-       { .compatible = "sigma,tango4", },
-
        { .compatible = "ti,am33xx", },
        { .compatible = "ti,am43", },
        { .compatible = "ti,dra7", },

-- 
viresh



More information about the linux-arm-kernel mailing list