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: adf4377: add adf4378 support

The adf4378 provides only one output channel. Therefore there is only
one gpio available to enable the output. Reflect that into the bindings
using property conditions.

Add product link for the adf4378.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240729095047.25040-2-antoniu.miclaus@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
87bcd0f9 f38d4650

+10
+10
Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml
··· 17 17 applications. 18 18 19 19 https://www.analog.com/en/products/adf4377.html 20 + https://www.analog.com/en/products/adf4378.html 20 21 21 22 properties: 22 23 compatible: ··· 74 73 75 74 allOf: 76 75 - $ref: /schemas/spi/spi-peripheral-props.yaml# 76 + - if: 77 + properties: 78 + compatible: 79 + contains: 80 + enum: 81 + - adi,adf4378 82 + then: 83 + properties: 84 + clk2-enable-gpios: false 77 85 78 86 unevaluatedProperties: false 79 87