File tree Expand file tree Collapse file tree 4 files changed +918
-0
lines changed Expand file tree Collapse file tree 4 files changed +918
-0
lines changed Original file line number Diff line number Diff line change @@ -144,4 +144,16 @@ config COMMON_CLK_G12A
144
144
help
145
145
Support for the clock controller on Amlogic S905D2, S905X2 and S905Y2
146
146
devices, aka g12a. Say Y if you want peripherals to work.
147
+
148
+ config COMMON_CLK_S4_PLL
149
+ tristate "S4 SoC PLL clock controllers support"
150
+ depends on ARM64
151
+ default y
152
+ select COMMON_CLK_MESON_MPLL
153
+ select COMMON_CLK_MESON_PLL
154
+ select COMMON_CLK_MESON_REGMAP
155
+ help
156
+ Support for the PLL clock controller on Amlogic S805X2 and S905Y4 devices,
157
+ AKA S4. Say Y if you want the board to work, because PLLs are the parent of
158
+ most peripherals.
147
159
endmenu
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ obj-$(CONFIG_COMMON_CLK_A1_PERIPHERALS) += a1-peripherals.o
22
22
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o
23
23
obj-$(CONFIG_COMMON_CLK_G12A) += g12a.o g12a-aoclk.o
24
24
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o meson8-ddr.o
25
+ obj-$(CONFIG_COMMON_CLK_S4_PLL) += s4-pll.o
You can’t perform that action at this time.
0 commit comments