diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:16:44 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-21 05:04:46 +0100 |
commit | 7114ebffd330bfc5a95b9832a70b6bd857d26fd8 (patch) | |
tree | f26f3a89fca7b26fc164bbc2cab0829cded6fb5d /drivers/cpufreq/cpufreq-dt-platdev.c | |
parent | cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove() (diff) | |
download | linux-7114ebffd330bfc5a95b9832a70b6bd857d26fd8.tar.xz linux-7114ebffd330bfc5a95b9832a70b6bd857d26fd8.zip |
cpufreq: remove tango driver
The tango platform is getting removed, so the driver is no
longer needed.
Cc: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Mans Rullgard <mans@mansr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[ Viresh: Update cpufreq-dt-platdev.c as well ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 |
1 files changed, 0 insertions, 2 deletions
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", }, |