File tree Expand file tree Collapse file tree 3 files changed +2380
-0
lines changed Expand file tree Collapse file tree 3 files changed +2380
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,20 @@ config COMMON_CLK_C3_PLL
145
145
AKA C3. Say Y if you want the board to work, because PLLs are the parent
146
146
of most peripherals.
147
147
148
+ config COMMON_CLK_C3_PERIPHERALS
149
+ tristate "Amlogic C3 peripherals clock controller"
150
+ depends on ARM64
151
+ default y
152
+ select COMMON_CLK_MESON_REGMAP
153
+ select COMMON_CLK_MESON_DUALDIV
154
+ select COMMON_CLK_MESON_CLKC_UTILS
155
+ imply COMMON_CLK_SCMI
156
+ imply COMMON_CLK_C3_PLL
157
+ help
158
+ Support for the Peripherals clock controller on Amlogic C302X and
159
+ C308L devices, AKA C3. Say Y if you want the peripherals clock to
160
+ work.
161
+
148
162
config COMMON_CLK_G12A
149
163
tristate "G12 and SM1 SoC clock controllers support"
150
164
depends on ARM64
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ 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
23
obj-$(CONFIG_COMMON_CLK_C3_PLL) += c3-pll.o
24
+ obj-$(CONFIG_COMMON_CLK_C3_PERIPHERALS) += c3-peripherals.o
24
25
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o
25
26
obj-$(CONFIG_COMMON_CLK_G12A) += g12a.o g12a-aoclk.o
26
27
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o meson8-ddr.o
You can’t perform that action at this time.
0 commit comments