]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: tegra: Add DFLL DVCO reset control for Tegra114
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 29 Aug 2025 12:22:32 +0000 (15:22 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 11 Sep 2025 16:29:48 +0000 (18:29 +0200)
commit8e7bd526e83673c2b4931163311cca49796657f8
treea0b013e74b3e8533bbb06d7739935bad777e4889
parentc4d7901225435c2a82049588532f7b7a07e06188
clk: tegra: Add DFLL DVCO reset control for Tegra114

The DVCO present in the DFLL IP block has a separate reset line, exposed
via the CAR IP block.  This reset line is asserted upon SoC reset.
Unless something (such as the DFLL driver) deasserts this line, the DVCO
will not oscillate, although reads and writes to the DFLL IP block will
complete.

Based on a3c83ff2 ("clk: tegra: Add DFLL DVCO reset control for Tegra124")

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-tegra114.c
drivers/clk/tegra/clk.h