]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: enable 1200Mhz clock speed for armada-37xx
authorBenjamin Schneider <ben@bens.haus>
Mon, 25 Nov 2024 21:14:52 +0000 (13:14 -0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 19 Feb 2025 05:51:46 +0000 (11:21 +0530)
commitf2d32942026c05acc49d5f445dd38931419967aa
treebe0e78aa3107975e73f9c59e5cc4d73c24ee6846
parent0322f3e89b4eb32702321687a7636ee5290fe255
cpufreq: enable 1200Mhz clock speed for armada-37xx

This frequency was disabled because of stability problems whose source could
not be accurately identified[1]. After seven months of testing, the evidence
points to an incorrectly configured bootloader as the source of the historical
instability. Testing was performed on two A3720 devices with this frequency
enabled and the ondemand policy in use. Marvell merged[2] changes to their
bootloader source needed to address the stability issue. This driver should
expose this frequency option to users.

[1] https://github.com/torvalds/linux/commit/484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe
[2] https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/pull/44

Signed-off-by: Benjamin Schneider <ben@bens.haus>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/armada-37xx-cpufreq.c