mbox series

[0/2] cpufreq: ti-cpufreq: Enable AM62P5 CPUFreq

Message ID 20231010175524.558577-4-bb@ti.com
Headers show
Series cpufreq: ti-cpufreq: Enable AM62P5 CPUFreq | expand

Message

Bryan Brattlof Oct. 10, 2023, 5:55 p.m. UTC
Hello everyone!

This short series adds the am62p5 compatible to ti-cpufreq and
cpufreq-dt-platdev for the new am62p family of TI SoCs. It uses the same
A53s and efuse configuration as the rest of the am62xxx extended family
so we're just using the same am625 data structure for the am62p5.

Thanks for reviewing
~Bryan

Bryan Brattlof (2):
  cpufreq: dt-platdev: add am62p5 to blocklist
  cpufreq: ti-cpufreq: Add opp support for am62p5 SoCs

 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 drivers/cpufreq/ti-cpufreq.c         | 1 +
 2 files changed, 2 insertions(+)


base-commit: c9727271cb239dce91add464364f10fb2b376456

Comments

Dhruva Gole Oct. 11, 2023, 2:59 a.m. UTC | #1
Hi,

On Oct 10, 2023 at 12:55:25 -0500, Bryan Brattlof wrote:
> Hello everyone!
> 
> This short series adds the am62p5 compatible to ti-cpufreq and
> cpufreq-dt-platdev for the new am62p family of TI SoCs. It uses the same
> A53s and efuse configuration as the rest of the am62xxx extended family
> so we're just using the same am625 data structure for the am62p5.
> 
> Thanks for reviewing
> ~Bryan
> 
> Bryan Brattlof (2):
>   cpufreq: dt-platdev: add am62p5 to blocklist
>   cpufreq: ti-cpufreq: Add opp support for am62p5 SoCs
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  drivers/cpufreq/ti-cpufreq.c         | 1 +
>  2 files changed, 2 insertions(+)

For the series,
Reviewed-by: Dhruva Gole <d-gole@ti.com>

> 
> 
> base-commit: c9727271cb239dce91add464364f10fb2b376456
> -- 
> 2.42.0
>
Viresh Kumar Oct. 11, 2023, 5:26 a.m. UTC | #2
On 10-10-23, 12:55, Bryan Brattlof wrote:
> Hello everyone!
> 
> This short series adds the am62p5 compatible to ti-cpufreq and
> cpufreq-dt-platdev for the new am62p family of TI SoCs. It uses the same
> A53s and efuse configuration as the rest of the am62xxx extended family
> so we're just using the same am625 data structure for the am62p5.
> 
> Thanks for reviewing
> ~Bryan
> 
> Bryan Brattlof (2):
>   cpufreq: dt-platdev: add am62p5 to blocklist
>   cpufreq: ti-cpufreq: Add opp support for am62p5 SoCs
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  drivers/cpufreq/ti-cpufreq.c         | 1 +
>  2 files changed, 2 insertions(+)

Applied. Thanks.