]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC
authorKongyang Liu <seashell11234455@gmail.com>
Tue, 11 Jun 2024 09:41:14 +0000 (17:41 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:32:06 +0000 (20:32 +0800)
commit5f364e072e76550b3c6d1b1f7711352ec7b14d7b
tree1af2692c462bb6c8b6ba5b1bb7135d76717e48fe
parentbd2f42230ed4f9e732e101a5fab0832a55b4b1c5
clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC

Add clock controller driver for sophgo cv1800b SoC

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/sophgo/Kconfig [new file with mode: 0644]
drivers/clk/sophgo/Makefile [new file with mode: 0644]
drivers/clk/sophgo/clk-common.h [new file with mode: 0644]
drivers/clk/sophgo/clk-cv1800b.c [new file with mode: 0644]
drivers/clk/sophgo/clk-cv1800b.h [new file with mode: 0644]
drivers/clk/sophgo/clk-ip.c [new file with mode: 0644]
drivers/clk/sophgo/clk-ip.h [new file with mode: 0644]
drivers/clk/sophgo/clk-pll.c [new file with mode: 0644]
drivers/clk/sophgo/clk-pll.h [new file with mode: 0644]