commit | f468fb6048fb5c0451cc67dc790f02f266119306 | [log] [tgz] |
---|---|---|
author | Joao Paulo Goncalves <joao.goncalves@toradex.com> | Wed Mar 20 09:16:31 2024 -0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 15:50:56 2024 -0600 |
tree | ae923bbfc3b506800bf6d6aab2cf9e4d6e3b5281 | |
parent | 3ba1b8c94a81b5c624520c52c46503d1a03a5e25 [diff] |
arm: mach-k3: am62: Get a53 max cpu frequency by speed grade AM62 SoC has multiple speed grades. Add function to return max A53 CPU frequency based on grade. Fastest grade's max frequency also depends on PMIC voltage, to simplify implementation use the smaller value. Suggested-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>