devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] clk: tegra: add DFLL support for Tegra114
@ 2025-08-28  5:43 Svyatoslav Ryhel
  2025-08-28  5:44 ` [PATCH v4 1/4] dt-bindings: reset: add Tegra114 car header Svyatoslav Ryhel
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Svyatoslav Ryhel @ 2025-08-28  5:43 UTC (permalink / raw)
  To: Thierry Reding, Thierry Reding, Jonathan Hunter, Prashant Gaikwad,
	Michael Turquette, Stephen Boyd, Philipp Zabel, Svyatoslav Ryhel,
	Mikko Perttunen, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-tegra, linux-kernel, linux-clk

DFLL is a dedicated clock source for the Fast CPU. The DFLL is based on
a ring oscillator and translates voltage changes into frequency
compensation changes needed to prevent the CPU from failing and is
essential for correct CPU frequency scaling.

---
Changes in v2:
- dropped 'drivers:' from commit title
- aligned naming to Tegra114

Changes in v3:
- add DFLL support for Tegra 114 was split into dt header addition,
  DFLL reset configuration and CVB tables implementation.
- added cleaner commit message to dt header commit
- added T210_ prefixes to Tegra210 CVB table macros

Changes in v4:
- expanded commit message of car header adding commit
---

Svyatoslav Ryhel (4):
  dt-bindings: reset: add Tegra114 car header
  clk: tegra: add DFLL DVCO reset control for Tegra114
  clk: tegra: dfll: add CVB tables for Tegra114
  ARM: tegra: Add DFLL clock support for Tegra114

 arch/arm/boot/dts/nvidia/tegra114.dtsi     |  33 +++++
 drivers/clk/tegra/Kconfig                  |   2 +-
 drivers/clk/tegra/clk-tegra114.c           |  30 +++-
 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 158 +++++++++++++++++----
 drivers/clk/tegra/clk.h                    |   2 -
 include/dt-bindings/reset/tegra114-car.h   |  13 ++
 6 files changed, 204 insertions(+), 34 deletions(-)
 create mode 100644 include/dt-bindings/reset/tegra114-car.h

-- 
2.48.1


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

end of thread, other threads:[~2025-08-29  7:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28  5:43 [PATCH v4 0/4] clk: tegra: add DFLL support for Tegra114 Svyatoslav Ryhel
2025-08-28  5:44 ` [PATCH v4 1/4] dt-bindings: reset: add Tegra114 car header Svyatoslav Ryhel
2025-08-28  7:19   ` Krzysztof Kozlowski
2025-08-28  7:50     ` Mikko Perttunen
2025-08-29  7:29       ` Krzysztof Kozlowski
2025-08-28  5:44 ` [PATCH v4 2/4] clk: tegra: add DFLL DVCO reset control for Tegra114 Svyatoslav Ryhel
2025-08-28  5:44 ` [PATCH v4 3/4] clk: tegra: dfll: add CVB tables " Svyatoslav Ryhel
2025-08-28  5:44 ` [PATCH v4 4/4] ARM: tegra: Add DFLL clock support " Svyatoslav Ryhel
2025-08-28 14:26 ` [PATCH v4 0/4] clk: tegra: add DFLL " Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).