On 16-04-25, 15:43, Johan Hovold wrote:
Commit 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers") enabled compile testing of most Arm CPUFreq drivers but left the existing default values unchanged so that many drivers are enabled by default whenever COMPILE_TEST is selected.
This specifically results in the S3C64XX CPUFreq driver being enabled and initialised during boot of non-S3C64XX platforms with the following error logged:
cpufreq: Unable to obtain ARMCLK: -2
Fix the default values for drivers that can be compile tested and that should be enabled by default when not compile testing.
Fixes: 3f66425a4fc8 ("cpufreq: Enable COMPILE_TEST on Arm drivers") Cc: stable@vger.kernel.org # 6.12 Cc: Rob Herring (Arm) robh@kernel.org Signed-off-by: Johan Hovold johan+linaro@kernel.org
drivers/cpufreq/Kconfig.arm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
I have already applied a similar patch:
https://lore.kernel.org/all/20250404124006.362723-1-krzysztof.kozlowski@lina...
Can you rebase over that please ?