diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2022-06-13 14:35:29 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-07-16 15:51:21 +0100 |
commit | 17b5a7f65c7db1997252b8313dd03f15fbe1f54f (patch) | |
tree | 8be1524da683f41db92e0b04bac3a31f45decce9 /Documentation | |
parent | e0e1824bf69e9a342eb4854cf10ce2ba4c840e36 (diff) | |
download | linux-17b5a7f65c7db1997252b8313dd03f15fbe1f54f.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml b/Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml index 925f355cc21f..c770ff4998f5 100644 --- a/Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml @@ -14,7 +14,14 @@ description: properties: compatible: - const: fsl,vf610-adc + oneOf: + - items: + - enum: + - fsl,imx6sx-adc + - fsl,imx6ul-adc + - const: fsl,vf610-adc + - items: + - const: fsl,vf610-adc reg: maxItems: 1 |