2023-05-26 15:05:27

by Vibhore Vardhan

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

Hi,

This series adds cpufreq support for TI AM62A7 SoC.

AM62A7 has the same A53 and efuse configuration as AM625. Thus, soc_data
from AM625 is reused. This series adds compatible string for AM62A7 to
ti-cpufreq and cpufreq-dt-platdev drivers respectively.

Tested on am62a-sk board using manual frequency changes and then reading
back frequency with k3conf, and this shows matching frequency to what
was set.

Link to the complete series including the DT patches:
https://github.com/DhruvaG2000/v-linux/commits/am62a_cpufreq_2023

Based on patch series for AM625 by Dave Gerlach.

Regards,
Vibhore

Vibhore Vardhan (2):
cpufreq: ti-cpufreq: Add support for AM62A7
cpufreq: dt-platdev: Blacklist ti,am62a7 SoC

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

--
2.34.1



2023-05-26 16:24:02

by Dhruva Gole

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

Hi!

On 26/05/23 20:13, Vibhore Vardhan wrote:
> Hi,
>
> This series adds cpufreq support for TI AM62A7 SoC.
>
> AM62A7 has the same A53 and efuse configuration as AM625. Thus, soc_data
> from AM625 is reused. This series adds compatible string for AM62A7 to
> ti-cpufreq and cpufreq-dt-platdev drivers respectively.
>
> Tested on am62a-sk board using manual frequency changes and then reading
> back frequency with k3conf, and this shows matching frequency to what
> was set.
>
> Link to the complete series including the DT patches:
> https://github.com/DhruvaG2000/v-linux/commits/am62a_cpufreq_2023
>
> Based on patch series for AM625 by Dave Gerlach.
>
> Regards,
> Vibhore
>
> Vibhore Vardhan (2):
> cpufreq: ti-cpufreq: Add support for AM62A7
> cpufreq: dt-platdev: Blacklist ti,am62a7 SoC
>
> drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
> drivers/cpufreq/ti-cpufreq.c | 1 +
> 2 files changed, 2 insertions(+)
LGTM,

Reviewed-by: Dhruva Gole <[email protected]>
>

--
Best regards,
Dhruva Gole
Texas Instruments Incorporated


2023-05-29 05:20:39

by Viresh Kumar

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

On 26-05-23, 09:43, Vibhore Vardhan wrote:
> Hi,
>
> This series adds cpufreq support for TI AM62A7 SoC.
>
> AM62A7 has the same A53 and efuse configuration as AM625. Thus, soc_data
> from AM625 is reused. This series adds compatible string for AM62A7 to
> ti-cpufreq and cpufreq-dt-platdev drivers respectively.
>
> Tested on am62a-sk board using manual frequency changes and then reading
> back frequency with k3conf, and this shows matching frequency to what
> was set.
>
> Link to the complete series including the DT patches:
> https://github.com/DhruvaG2000/v-linux/commits/am62a_cpufreq_2023
>
> Based on patch series for AM625 by Dave Gerlach.

Applied. Thanks.

--
viresh