]> git.hungrycats.org Git - linux/commit
clk: samsung: exynosautov9: fix wrong pll clock id value
authorJaewon Kim <jaewon02.kim@samsung.com>
Thu, 28 Mar 2024 09:10:00 +0000 (18:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:49:42 +0000 (09:49 +0200)
commit74ae944144b2e74664b74a41bb8263abcc360ae9
tree85cef9df24351a5cdac3513420c4a003e6e925e2
parent97740e8eed6dfb21893c9d236a322836d33a2722
clk: samsung: exynosautov9: fix wrong pll clock id value

[ Upstream commit 04ee3a0b44e3d18cf6b0c712d14b98624877fd26 ]

All PLL id values of CMU_TOP were incorrectly set to FOUT_SHARED0_PLL.
It modified to the correct PLL clock id value.

Fixes: 6587c62f69dc ("clk: samsung: add top clock support for Exynos Auto v9 SoC")
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20240328091000.17660-1-jaewon02.kim@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/samsung/clk-exynosautov9.c