commit | 1ba80d1b2ce474e0e924bc9c0c1b44d3554204b1 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Mon Jul 03 18:06:54 2023 +0300 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Dec 19 21:24:11 2023 +0200 |
tree | 927d5d9f7d9908ef42dae037cfdd313d7b1f3f98 | |
parent | c03cd98d1a163666b4addcdd9a34fc0c77dfd0a5 [diff] |
ARM: tegra: clock: support get and set rate for simple PLL Simple PLL clocks like PLLD2 were omitted since they do not share common 4 register structure with main clocks. Such clocks are containd in simple PLL group. Only clock_start_pll function supported them. This patch expands this support on clock_set_rate and clock_get_rate which should make simple PLL clocks equal to main PLL clocks. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>