Control: tag -1 moreinfo
On Thursday, 16 June 2022 12:16:46 CEST Yu-Tung Chang wrote:
> Package: linux-image-armmp
> Version: 5.18.0-1
>
> enable omap2plus_cpufreq causes ti_cpufreq to not work, and
> omap2plus_cpufreq is no longer used in linux.
Can you explain ('more') what the actual issue is?
I went looking in (upstream)'s code and what I could find was this:
~/dev/kernel.org/linux$ grep -A4 "config ARM_OMAP2PLUS_CPUFREQ" drivers/
cpufreq/Kconfig.arm
config ARM_OMAP2PLUS_CPUFREQ
bool "TI OMAP2+"
depends on ARCH_OMAP2PLUS
default ARCH_OMAP2PLUS
~/dev/kernel.org/linux$ grep -A11 "config ARM_TI_CPUFREQ" drivers/cpufreq/
Kconfig.arm
config ARM_TI_CPUFREQ
bool "Texas Instruments CPUFreq support"
depends on ARCH_OMAP2PLUS
default ARCH_OMAP2PLUS
help
This driver enables valid OPPs on the running platform based on
values contained within the SoC in use. Enable this in order to
use the cpufreq-dt driver on all Texas Instruments platforms that
provide dt based operating-points-v2 tables with opp-supported-hw
data provided. Required for cpufreq support on AM335x, AM437x,
DRA7x, and AM57x platforms.
I interpreted your bug report as they would be mutually exclusive, but that's
far from what _I_ understand of the above Kconfig options.
I can ofc be wrong.Attachment:
signature.asc
Description: This is a digitally signed message part.