File tree Expand file tree Collapse file tree 3 files changed +405
-0
lines changed Expand file tree Collapse file tree 3 files changed +405
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,15 @@ config COMMON_CLK_RS9_PCIE
367
367
This driver supports the Renesas 9-series PCIe clock generator
368
368
models 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ.
369
369
370
+ config COMMON_CLK_SI521XX
371
+ tristate "Clock driver for SkyWorks Si521xx PCIe clock generators"
372
+ depends on I2C
373
+ depends on OF
374
+ select REGMAP_I2C
375
+ help
376
+ This driver supports the SkyWorks Si521xx PCIe clock generator
377
+ models Si52144/Si52146/Si52147.
378
+
370
379
config COMMON_CLK_VC5
371
380
tristate "Clock driver for IDT VersaClock 5,6 devices"
372
381
depends on I2C
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ obj-$(CONFIG_COMMON_CLK_TPS68470) += clk-tps68470.o
72
72
obj-$(CONFIG_CLK_TWL6040) += clk-twl6040.o
73
73
obj-$(CONFIG_ARCH_VT8500) += clk-vt8500.o
74
74
obj-$(CONFIG_COMMON_CLK_RS9_PCIE) += clk-renesas-pcie.o
75
+ obj-$(CONFIG_COMMON_CLK_SI521XX) += clk-si521xx.o
75
76
obj-$(CONFIG_COMMON_CLK_VC5) += clk-versaclock5.o
76
77
obj-$(CONFIG_COMMON_CLK_VC7) += clk-versaclock7.o
77
78
obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o
You can’t perform that action at this time.
0 commit comments