Skip to content

Commit 0cc7933

Browse files
akemnaderafaeljw
authored andcommitted
cpufreq: omap: remove driver
The omap-cpufreq driver is not used in the corresponding defconfigs. The pseudo platform device to use it was removed by commit cb6675d ("ARM: OMAP2+: Remove legacy PM init") 10 years ago. Checking if there is any need to reactivate it: For omap3, dra7 there is ti-cpufreq to create cpufreq-dt device For omap2/4/5 there is cpufreq-dt-plat to create cpufreq-dt device. For omap1 this driver cannot be selected at all. So no users, no need to reactivate the driver somehow. So remove it. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Acked-by: Kevin Hilman <khilman@baylibre.com> Link: https://patch.msgid.link/20260108-omap-cpufreq-removal-v1-1-8fe42f130f48@kemnade.info Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 78d83b2 commit 0cc7933

3 files changed

Lines changed: 0 additions & 201 deletions

File tree

drivers/cpufreq/Kconfig.arm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ config ARM_MEDIATEK_CPUFREQ_HW
141141
The driver implements the cpufreq interface for this HW engine.
142142
Say Y if you want to support CPUFreq HW.
143143

144-
config ARM_OMAP2PLUS_CPUFREQ
145-
bool "TI OMAP2+"
146-
depends on ARCH_OMAP2PLUS || COMPILE_TEST
147-
default ARCH_OMAP2PLUS
148-
149144
config ARM_QCOM_CPUFREQ_NVMEM
150145
tristate "Qualcomm nvmem based CPUFreq"
151146
depends on ARCH_QCOM || COMPILE_TEST

drivers/cpufreq/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ obj-$(CONFIG_ARM_KIRKWOOD_CPUFREQ) += kirkwood-cpufreq.o
6969
obj-$(CONFIG_ARM_MEDIATEK_CPUFREQ) += mediatek-cpufreq.o
7070
obj-$(CONFIG_ARM_MEDIATEK_CPUFREQ_HW) += mediatek-cpufreq-hw.o
7171
obj-$(CONFIG_MACH_MVEBU_V7) += mvebu-cpufreq.o
72-
obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o
7372
obj-$(CONFIG_ARM_PXA2xx_CPUFREQ) += pxa2xx-cpufreq.o
7473
obj-$(CONFIG_PXA3xx) += pxa3xx-cpufreq.o
7574
obj-$(CONFIG_ARM_QCOM_CPUFREQ_HW) += qcom-cpufreq-hw.o

drivers/cpufreq/omap-cpufreq.c

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)