Skip to content

Commit fae2987

Browse files
committed
cpufreq: maple: Remove maple driver
This driver is no longer buildable since the PPC_MAPLE platform was removed, see commit 62f8f30 ("powerpc/64: Remove maple platform"). Remove the driver. Note that the comment in the driver says it supports "SMU & 970FX based G5 Macs", but that's not true, that comment was copied from pmac64-cpufreq.c, which still exists and continues to support those machines. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://patch.msgid.link/20241112085148.415574-1-mpe@ellerman.id.au
1 parent 5b881c1 commit fae2987

3 files changed

Lines changed: 0 additions & 250 deletions

File tree

drivers/cpufreq/Kconfig.powerpc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ config CPU_FREQ_CBE_PMI
1717
frequencies. Using PMI, the processor will not only be able to run at
1818
lower speed, but also at lower core voltage.
1919

20-
config CPU_FREQ_MAPLE
21-
bool "Support for Maple 970FX Evaluation Board"
22-
depends on PPC_MAPLE
23-
help
24-
This adds support for frequency switching on Maple 970FX
25-
Evaluation Board and compatible boards (IBM JS2x blades).
26-
2720
config CPU_FREQ_PMAC
2821
bool "Support for Apple PowerBooks"
2922
depends on ADB_PMU && PPC32

drivers/cpufreq/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
9292
obj-$(CONFIG_CPU_FREQ_CBE) += ppc-cbe-cpufreq.o
9393
ppc-cbe-cpufreq-y += ppc_cbe_cpufreq_pervasive.o ppc_cbe_cpufreq.o
9494
obj-$(CONFIG_CPU_FREQ_CBE_PMI) += ppc_cbe_cpufreq_pmi.o
95-
obj-$(CONFIG_CPU_FREQ_MAPLE) += maple-cpufreq.o
9695
obj-$(CONFIG_QORIQ_CPUFREQ) += qoriq-cpufreq.o
9796
obj-$(CONFIG_CPU_FREQ_PMAC) += pmac32-cpufreq.o
9897
obj-$(CONFIG_CPU_FREQ_PMAC64) += pmac64-cpufreq.o

drivers/cpufreq/maple-cpufreq.c

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

0 commit comments

Comments
 (0)