commit | c93b518c6366bef07e1311aef2f01b95f14ef8c8 | [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 | 5aeca6aa6376fb90955aaa0b95634392e5fd34fa [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>