Re: [PATCH v3 0/3] cpufreq: ti: Add support for AM62L3 SoC
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2026-01-21 07:07:21
Also in:
linux-devicetree, linux-pm, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2026-01-21 07:07:21
Also in:
linux-devicetree, linux-pm, lkml
On 21-01-26, 12:08, Dhruva Gole wrote:
On Jan 21, 2026 at 11:58:23 +0530, Viresh Kumar wrote:quoted
On 20-01-26, 17:17, Dhruva Gole wrote:quoted
Hello, This series adds CPU frequency scaling support for the TI AM62L3 SoC. The AM62L3 is a low-power, low-cost SoC from Texas Instruments. This series enables cpufreq support by: 1. Adding the SoC to the cpufreq-dt-platdev blocklist to prevent the generic driver from probing. 2. Extending the ti-cpufreq driver to support AM62L3 speed grading by reading the efuse. 3. Updating the device tree with the necessary operating points and clock configurations. Tested on AM62L3 EVM [1] [1] https://gist.github.com/DhruvaG2000/6dcceb80cf7bbd1e624ec210532538cb Signed-off-by: Dhruva Gole <redacted>I should be applying only patch 1 and 3 ?
Ahh, I meant 1 and 2.
quoted
From what I spoke with Nishanth yesterday, the DT patch (3/3) will have to go viahis tree as it's ti-k3. The first 2 patches are the cpufreq subsystem ones, once you apply those and they are integrated Nishanth can pick up the DT patch.
Applied. Thanks. -- viresh