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: adc: Add imx6ul & imx6sx compatibles

Both are already using the vf610 compatible.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220613123529.466528-1-alexander.stein@ew.tq-group.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Alexander Stein and committed by
Jonathan Cameron
17b5a7f6 e0e1824b

+8 -1
+8 -1
Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - const: fsl,vf610-adc 17 + oneOf: 18 + - items: 19 + - enum: 20 + - fsl,imx6sx-adc 21 + - fsl,imx6ul-adc 22 + - const: fsl,vf610-adc 23 + - items: 24 + - const: fsl,vf610-adc 18 25 19 26 reg: 20 27 maxItems: 1