Skip to content

Commit 3bc61cf

Browse files
liambeguinbebarino
authored andcommitted
clk: add support for the lmk04832
The LMK04832 is an ultra-high performance clock conditioner with JEDEC JESD204B support and is also pin compatible with the LMK0482x family of devices. Signed-off-by: Liam Beguin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 199ead4 commit 3bc61cf

File tree

3 files changed

+1296
-0
lines changed

3 files changed

+1296
-0
lines changed

drivers/clk/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ config CLK_HSDK
5555
This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs
5656
control.
5757

58+
config LMK04832
59+
tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner"
60+
select REGMAP_SPI
61+
help
62+
Say yes here to build support for Texas Instruments' LMK04832 Ultra
63+
Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
64+
5865
config COMMON_CLK_MAX77686
5966
tristate "Clock driver for Maxim 77620/77686/77802 MFD"
6067
depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST

drivers/clk/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ obj-$(CONFIG_MACH_ASPEED_G6) += clk-ast2600.o
3737
obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o
3838
obj-$(CONFIG_CLK_HSDK) += clk-hsdk-pll.o
3939
obj-$(CONFIG_COMMON_CLK_K210) += clk-k210.o
40+
obj-$(CONFIG_LMK04832) += clk-lmk04832.o
4041
obj-$(CONFIG_COMMON_CLK_LOCHNAGAR) += clk-lochnagar.o
4142
obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o
4243
obj-$(CONFIG_COMMON_CLK_MAX9485) += clk-max9485.o

0 commit comments

Comments
 (0)