2023-10-10 17:56:12

by Bryan Brattlof

[permalink] [raw]
Subject: [PATCH 0/2] cpufreq: ti-cpufreq: Enable AM62P5 CPUFreq

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
--
2.42.0


2023-10-10 17:56:16

by Bryan Brattlof

[permalink] [raw]
Subject: [PATCH 1/2] cpufreq: dt-platdev: add am62p5 to blocklist

The am62p5 family of SoCs is a variation of the am625 and am62a7 SoC
family. Add this device along with the devices which will use the
operating-points-v2 property.

Signed-off-by: Bryan Brattlof <[email protected]>
---
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 2016d47889c07..0b3776f558dbd 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -178,6 +178,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "ti,omap3", },
{ .compatible = "ti,am625", },
{ .compatible = "ti,am62a7", },
+ { .compatible = "ti,am62p5", },

{ .compatible = "qcom,ipq8064", },
{ .compatible = "qcom,apq8064", },
--
2.42.0

2023-10-11 02:59:31

by Dhruva Gole

[permalink] [raw]
Subject: Re: [PATCH 0/2] cpufreq: ti-cpufreq: Enable AM62P5 CPUFreq

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 <[email protected]>

>
>
> base-commit: c9727271cb239dce91add464364f10fb2b376456
> --
> 2.42.0
>

--
Best regards,
Dhruva Gole <[email protected]>

2023-10-11 05:27:07

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH 0/2] cpufreq: ti-cpufreq: Enable AM62P5 CPUFreq

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.

--
viresh