public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cpufreq: ti: Add support for AM62L3 SoC
@ 2026-01-16  9:01 Dhruva Gole
  2026-01-16  9:01 ` [PATCH 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist Dhruva Gole
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dhruva Gole @ 2026-01-16  9:01 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar, Nishanth Menon,
	Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Kendall Willis, Sebin Francis, Bryan Brattlof, linux-pm,
	linux-kernel, linux-arm-kernel, devicetree, Dhruva Gole

Hello,

This series adds CPU frequency scaling support for the TI AM62L3 SoC.

The AM62L3 is a low-power, low-cost SoC from Texas Instruments. This
series enables cpufreq support by:
1. Adding the SoC to the cpufreq-dt-platdev blocklist to prevent the generic driver from probing.
2. Extending the ti-cpufreq driver to support AM62L3 speed grading by reading the efuse.
3. Updating the device tree with the necessary operating points and clock configurations.

Tested on AM62L3 EVM [1]

[1] https://gist.github.com/DhruvaG2000/6dcceb80cf7bbd1e624ec210532538cb

Signed-off-by: Dhruva Gole <d-gole@ti.com>
---
Dhruva Gole (3):
      cpufreq: dt-platdev: Add ti,am62l3 to blocklist
      cpufreq: ti-cpufreq: add support for AM62L3 SoC
      arm64: dts: ti: k3-am62l: support cpufreq

 arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi |  5 +++
 arch/arm64/boot/dts/ti/k3-am62l3.dtsi       | 47 +++++++++++++++++++++++++++++
 drivers/cpufreq/cpufreq-dt-platdev.c        |  1 +
 drivers/cpufreq/ti-cpufreq.c                | 32 ++++++++++++++++++++
 4 files changed, 85 insertions(+)
---
base-commit: 9b7977f9e39b7768c70c2aa497f04e7569fd3e00
change-id: 20260116-am62l-cpufreq-1987a04a6f68

Best regards,
-- 
Dhruva Gole <d-gole@ti.com>



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-16 10:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-16  9:01 [PATCH 0/3] cpufreq: ti: Add support for AM62L3 SoC Dhruva Gole
2026-01-16  9:01 ` [PATCH 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist Dhruva Gole
2026-01-16  9:16   ` Krzysztof Kozlowski
2026-01-16 10:06     ` Dhruva Gole
2026-01-16 10:22       ` Krzysztof Kozlowski
2026-01-16  9:01 ` [PATCH 2/3] cpufreq: ti-cpufreq: add support for AM62L3 SoC Dhruva Gole
2026-01-16  9:16   ` Krzysztof Kozlowski
2026-01-16 10:08     ` Dhruva Gole
2026-01-16  9:01 ` [PATCH 3/3] arm64: dts: ti: k3-am62l: support cpufreq Dhruva Gole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox