Skip to content

Commit 932bae3

Browse files
mripardrobherring
authored andcommitted
dt-bindings: iio: ad7192: Fix Regulator Properties
The AD7192 binding describes two regulator properties, avdd-supply and dvdd-supply, but describes it as a constant string that must be avdd and dvdd. This is wrong since a *-supply property is actually a phandle, and results in warnings when the example is validated (or any device tree using that device, for that matter). Let's remove that requirement. Fixes: f7356e4 ("dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192") Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 58c50fe commit 932bae3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ properties:
4343

4444
dvdd-supply:
4545
description: DVdd voltage supply
46-
items:
47-
- const: dvdd
4846

4947
avdd-supply:
5048
description: AVdd voltage supply
51-
items:
52-
- const: avdd
5349

5450
adi,rejection-60-Hz-enable:
5551
description: |

0 commit comments

Comments
 (0)