[PATCH v2 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist

Dhruva Gole posted 3 patches 3 weeks, 2 days ago
There is a newer version of this series
[PATCH v2 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist
Posted by Dhruva Gole 3 weeks, 2 days ago
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.

Signed-off-by: Dhruva Gole <d-gole@ti.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 1708179b2610bca6035d10f0f4766eee6f73912e..16310e190d9ff96af3d20cc5d98dc0e4af4d1bf1 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -193,6 +193,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", },

-- 
2.34.1
Re: [PATCH v2 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist
Posted by Kendall Willis 3 weeks, 1 day ago
On 1/16/26 04:21, Dhruva Gole wrote:
> 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.
> 
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
>   drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 1708179b2610bca6035d10f0f4766eee6f73912e..16310e190d9ff96af3d20cc5d98dc0e4af4d1bf1 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -193,6 +193,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", },
> 

Reviewed-by: Kendall Willis <k-willis@ti.com>
Re: [PATCH v2 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist
Posted by Dhruva Gole 2 weeks, 5 days ago
On Jan 16, 2026 at 15:16:01 -0600, Kendall Willis wrote:
> On 1/16/26 04:21, Dhruva Gole wrote:
> > 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.
> > 
> > Signed-off-by: Dhruva Gole <d-gole@ti.com>
> > ---
> >   drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index 1708179b2610bca6035d10f0f4766eee6f73912e..16310e190d9ff96af3d20cc5d98dc0e4af4d1bf1 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -193,6 +193,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", },
> > 
> 
> Reviewed-by: Kendall Willis <k-willis@ti.com>

Thanks!

-- 
Best regards,
Dhruva Gole
Texas Instruments Incorporated