]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: meson: c3: add c3 clock peripherals controller driver
authorXianwei Zhao <xianwei.zhao@amlogic.com>
Wed, 22 May 2024 08:27:27 +0000 (16:27 +0800)
committerJerome Brunet <jbrunet@baylibre.com>
Tue, 4 Jun 2024 08:38:32 +0000 (10:38 +0200)
commitf06ac3ed04e877cc424f150700b582d0b2ee5b44
tree54002cf2aed1530204946ae151a0f1d0b80f5725
parent8a9a129dc565599a877ceac059ddd96ec81104eb
clk: meson: c3: add c3 clock peripherals controller driver

Add the C3 peripherals clock controller driver in the C3 SoC family.

[jbrunet: fix Kconfig select order and 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-6-xianwei.zhao@amlogic.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/Kconfig
drivers/clk/meson/Makefile
drivers/clk/meson/c3-peripherals.c [new file with mode: 0644]