Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: frequency: adf4377: add clk provider

Add support for clock provider.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
d4f13bc9 4434072a

+8
+8
Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml
··· 40 40 items: 41 41 - const: ref_in 42 42 43 + '#clock-cells': 44 + const: 0 45 + 46 + clock-output-names: 47 + maxItems: 1 48 + 43 49 chip-enable-gpios: 44 50 description: 45 51 GPIO that controls the Chip Enable Pin. ··· 103 97 spi-max-frequency = <10000000>; 104 98 clocks = <&adf4377_ref_in>; 105 99 clock-names = "ref_in"; 100 + #clock-cells = <0>; 101 + clock-output-names = "adf4377"; 106 102 }; 107 103 }; 108 104 ...