ARM: tegra: clock: fix PLLD2 info table entry on Tegra124 and Tegra210
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Mar 2025 07:51:47 +0000 (09:51 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:42:35 +0000 (09:42 +0300)
commit212757af3a3b53ee4ab5aa48ce9a1192aab4d2df
treeb1bb75c58b3e65292ff6fac339961bd4feb558c6
parent0edc47ba7332c72ae1d18003a18c717143cab78b
ARM: tegra: clock: fix PLLD2 info table entry on Tegra124 and Tegra210

Historically, PLLD2 mirrored PLLD's layout on Tegra30 and 114. However,
with the introduction of Tegra124, this changed. This layout alteration was
not considered, and it now requires a corrective action to prevent future
complications.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/tegra124/clock.c
arch/arm/mach-tegra/tegra210/clock.c