File tree Expand file tree Collapse file tree 3 files changed +639
-0
lines changed Expand file tree Collapse file tree 3 files changed +639
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,13 @@ config CLK_SOPHGO_SG2042_RPGATE
37
37
This clock IP depends on SG2042 Clock Generator because it uses
38
38
clock from Clock Generator IP as input.
39
39
This driver provides Gate function for RP.
40
+
41
+ config CLK_SOPHGO_SG2044_PLL
42
+ tristate "Sophgo SG2044 PLL clock controller support"
43
+ depends on ARCH_SOPHGO || COMPILE_TEST
44
+ select MFD_SYSCON
45
+ select REGMAP_MMIO
46
+ help
47
+ This driver supports the PLL clock controller on the Sophgo
48
+ SG2044 SoC. This controller requires 25M oscillator as input.
49
+ This clock control provides PLL clocks on the SoC.
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ clk-sophgo-cv1800-y += clk-cv18xx-pll.o
9
9
obj-$(CONFIG_CLK_SOPHGO_SG2042_CLKGEN) += clk-sg2042-clkgen.o
10
10
obj-$(CONFIG_CLK_SOPHGO_SG2042_PLL) += clk-sg2042-pll.o
11
11
obj-$(CONFIG_CLK_SOPHGO_SG2042_RPGATE) += clk-sg2042-rpgate.o
12
+ obj-$(CONFIG_CLK_SOPHGO_SG2044_PLL) += clk-sg2044-pll.o
You can’t perform that action at this time.
0 commit comments