File tree Expand file tree Collapse file tree 4 files changed +3881
-0
lines changed Expand file tree Collapse file tree 4 files changed +3881
-0
lines changed Original file line number Diff line number Diff line change @@ -156,4 +156,15 @@ config COMMON_CLK_S4_PLL
156
156
Support for the PLL clock controller on Amlogic S805X2 and S905Y4 devices,
157
157
AKA S4. Say Y if you want the board to work, because PLLs are the parent of
158
158
most peripherals.
159
+
160
+ config COMMON_CLK_S4_PERIPHERALS
161
+ tristate "S4 SoC peripherals clock controllers support"
162
+ depends on ARM64
163
+ default y
164
+ select COMMON_CLK_MESON_REGMAP
165
+ select COMMON_CLK_MESON_DUALDIV
166
+ select COMMON_CLK_MESON_VID_PLL_DIV
167
+ help
168
+ Support for the peripherals clock controller on Amlogic S805X2 and S905Y4
169
+ devices, AKA S4. Say Y if you want S4 peripherals clock controller to work.
159
170
endmenu
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ 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
25
obj-$(CONFIG_COMMON_CLK_S4_PLL) += s4-pll.o
26
+ obj-$(CONFIG_COMMON_CLK_S4_PERIPHERALS) += s4-peripherals.o
You can’t perform that action at this time.
0 commit comments