Home
last modified time | relevance | path

Searched full:lmk04832 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dti,lmk04832.yaml4 $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 Dclk-lmk04832.c3 * 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 DKconfig53 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 DMakefile54 obj-$(CONFIG_LMK04832) += clk-lmk04832.o