]> git.dujemihanovic.xyz Git - u-boot.git/commit
driver: clk: tegra: partially support PLL clocks
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 13 Dec 2024 14:53:18 +0000 (16:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Dec 2024 23:07:39 +0000 (17:07 -0600)
commit1db256a3473645ed12de980355f6089baf544bf4
treed1cb1e3b615410e9c01a2d42316490f9c7802a8a
parente46fe0daf3f9ac486079bac818d24548716c5847
driver: clk: tegra: partially support PLL clocks

Return PLL id into struct clk if PLL is parsed from device
tree instead of throwing an error. Allow requesting PLL
clock rate via get_rate op.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/clk/tegra/tegra-car-clk.c