]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: dt-platdev: Add ti,am62l3 to blocklist
authorDhruva Gole <d-gole@ti.com>
Tue, 20 Jan 2026 11:47:30 +0000 (17:17 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 27 Jan 2026 05:51:23 +0000 (11:21 +0530)
Add AM62L3 SoC to the dt-platdev blocklist to ensure proper handling
of CPUFreq functionality. The AM62L3 will use its native TI CPUFreq
driver implementation instead of the generic dt-platdev driver.

This follows the same pattern as other TI SoCs like AM62A7, AM62D2,
and AM62P5 which have been previously added to this blocklist.

Reviewed-by: Kendall Willis <k-willis@ti.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 73b00c51f9e922a711ded74308df6e1c99c5d017..4b0b6c521b36e1df0362a4eb828537ce28fde442 100644 (file)
@@ -196,6 +196,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "ti,am625", },
        { .compatible = "ti,am62a7", },
        { .compatible = "ti,am62d2", },
+       { .compatible = "ti,am62l3", },
        { .compatible = "ti,am62p5", },
 
        { .compatible = "qcom,ipq5332", },