]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: meson: c3: add support for the C3 SoC PLL clock
authorXianwei Zhao <xianwei.zhao@amlogic.com>
Wed, 22 May 2024 08:27:26 +0000 (16:27 +0800)
committerJerome Brunet <jbrunet@baylibre.com>
Tue, 4 Jun 2024 08:38:16 +0000 (10:38 +0200)
commit8a9a129dc565599a877ceac059ddd96ec81104eb
tree63f22a2a5b4fefaba210e7bafd215b099cd0bd9b
parentd7583cde8c754cb4bd4262f26315407e21e42b3d
clk: meson: c3: add support for the C3 SoC PLL clock

Add the C3 PLL clock controller driver for the Amlogic C3 SoC family.

[jbrunet: fixed probe function name]
Co-developed-by: Chuan Liu <chuan.liu@amlogic.com>
Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://lore.kernel.org/r/20240522082727.3029656-5-xianwei.zhao@amlogic.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/Kconfig
drivers/clk/meson/Makefile
drivers/clk/meson/c3-pll.c [new file with mode: 0644]