Searched full:lmk04832 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | ti,lmk04832.yaml | 4 $id: http://devicetree.org/schemas/clock/ti,lmk04832.yaml# 7 title: Texas Instruments LMK04832 Clock Controller 13 Devicetree binding for the LMK04832, a clock conditioner with JEDEC JESD204B 14 support. The LMK04832 is pin compatible with the LMK0482x family. 16 Link to datasheet, https://www.ti.com/lit/ds/symlink/lmk04832.pdf 21 - ti,lmk04832 159 clock-output-names = "lmk04832-oscin"; 167 lmk04832: clock-controller@0 { 173 compatible = "ti,lmk04832"; 186 <&lmk04832 0>, <&lmk04832 1>, [all …]
|
/linux/drivers/clk/ |
H A D | clk-lmk04832.c | 3 * LMK04832 Ultra Low-Noise JESD204B Compliant Clock Jitter Cleaner 6 * Datasheet: https://www.ti.com/lit/ds/symlink/lmk04832.pdf 179 LMK04832, enumerator 201 [LMK04832] = { 218 struct lmk04832 *lmk; 224 struct lmk04832 *lmk; 232 * struct lmk04832 - The LMK04832 device structure 251 struct lmk04832 { struct 315 .name = "lmk04832", 330 struct lmk04832 *lmk = container_of(hw, struct lmk04832, vco); in lmk04832_vco_is_enabled() [all …]
|
H A D | Kconfig | 53 config LMK04832 config 54 tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner" 58 Say yes here to build support for Texas Instruments' LMK04832 Ultra
|
H A D | Makefile | 54 obj-$(CONFIG_LMK04832) += clk-lmk04832.o
|