Skip to content

Commit dd1b87c

Browse files
committed
dt-bindings: iio: frequency: adf4377 sync
Sync bindings with the upstream version. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
1 parent 96040d1 commit dd1b87c

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,42 @@ properties:
3939
items:
4040
- const: ref_in
4141

42-
ce-en-gpios:
42+
chip-enable-gpios:
4343
description:
44-
Gpio that controls the Chip Enable Pin.
44+
GPIO that controls the Chip Enable Pin.
4545
maxItems: 1
4646

47-
enclk1-gpios:
47+
clk1-enable-gpios:
4848
description:
49-
Gpio that controls the Enable Clock 1 Output Buffer Pin.
49+
GPIO that controls the Enable Clock 1 Output Buffer Pin.
5050
maxItems: 1
5151

52-
enclk2-gpios:
52+
clk2-enable-gpios:
5353
description:
54-
Gpio that controls the Enable Clock 2 Output Buffer Pin.
54+
GPIO that controls the Enable Clock 2 Output Buffer Pin.
5555
maxItems: 1
5656

57+
adi,muxout-select:
58+
description:
59+
On chip multiplexer output selection.
60+
high_z - MUXOUT Pin set to high-Z.
61+
lock_detect - MUXOUT Pin set to lock detector output.
62+
muxout_low - MUXOUT Pin set to low.
63+
f_div_rclk_2 - MUXOUT Pin set to fDIV_RCLK/2.
64+
f_div_nclk_2 - MUXOUT Pin set to fDIV_NCLK/2.
65+
muxout_high - MUXOUT Pin set to high.
66+
enum: [high_z, lock_detect, muxout_low, f_div_rclk_2, f_div_nclk_2, muxout_high]
67+
5768
required:
5869
- compatible
5970
- reg
6071
- clocks
6172
- clock-names
6273

63-
additionalProperties: false
74+
allOf:
75+
- $ref: /schemas/spi/spi-peripheral-props.yaml#
76+
77+
unevaluatedProperties: false
6478

6579
examples:
6680
- |

0 commit comments

Comments
 (0)