Re: [PATCH 3/3] arm: mach-k3: am62a: Fixup a53 max cpu frequency by speed-grade

2025-05-28 Thread Aparna Patra
On 02/05/25 15:02, Daniel Schultz wrote: On 4/30/25 12:42, Aparna Patra wrote: AM62A SoC has multiple speed grades. Add function to delete non-relevant CPU frequency nodes, based on the information retrieved from hardware registers. Fastest grade's maximum frequency also depends on PMIC volta

Re: [PATCH 3/3] arm: mach-k3: am62a: Fixup a53 max cpu frequency by speed-grade

2025-05-02 Thread Daniel Schultz
On 4/30/25 12:42, Aparna Patra wrote: AM62A SoC has multiple speed grades. Add function to delete non-relevant CPU frequency nodes, based on the information retrieved from hardware registers. Fastest grade's maximum frequency also depends on PMIC voltage,hence to simplify implementation use the

[PATCH 3/3] arm: mach-k3: am62a: Fixup a53 max cpu frequency by speed-grade

2025-04-30 Thread Aparna Patra
AM62A SoC has multiple speed grades. Add function to delete non-relevant CPU frequency nodes, based on the information retrieved from hardware registers. Fastest grade's maximum frequency also depends on PMIC voltage,hence to simplify implementation use the smaller value. Signed-off-by: Aparna Pat