File tree Expand file tree Collapse file tree 3 files changed +760
-0
lines changed Expand file tree Collapse file tree 3 files changed +760
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,19 @@ config COMMON_CLK_A1_PERIPHERALS
132
132
device, A1 SoC Family. Say Y if you want A1 Peripherals clock
133
133
controller to work.
134
134
135
+ config COMMON_CLK_C3_PLL
136
+ tristate "Amlogic C3 PLL clock controller"
137
+ depends on ARM64
138
+ default y
139
+ select COMMON_CLK_MESON_REGMAP
140
+ select COMMON_CLK_MESON_PLL
141
+ select COMMON_CLK_MESON_CLKC_UTILS
142
+ imply COMMON_CLK_SCMI
143
+ help
144
+ Support for the PLL clock controller on Amlogic C302X and C308L devices,
145
+ AKA C3. Say Y if you want the board to work, because PLLs are the parent
146
+ of most peripherals.
147
+
135
148
config COMMON_CLK_G12A
136
149
tristate "G12 and SM1 SoC clock controllers support"
137
150
depends on ARM64
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ obj-$(CONFIG_COMMON_CLK_AXG) += axg.o axg-aoclk.o
20
20
obj-$(CONFIG_COMMON_CLK_AXG_AUDIO) += axg-audio.o
21
21
obj-$(CONFIG_COMMON_CLK_A1_PLL) += a1-pll.o
22
22
obj-$(CONFIG_COMMON_CLK_A1_PERIPHERALS) += a1-peripherals.o
23
+ obj-$(CONFIG_COMMON_CLK_C3_PLL) += c3-pll.o
23
24
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o
24
25
obj-$(CONFIG_COMMON_CLK_G12A) += g12a.o g12a-aoclk.o
25
26
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o meson8-ddr.o
You can’t perform that action at this time.
0 commit comments