]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: iio: ad7192: Fix Regulator Properties
authorMaxime Ripard <mripard@kernel.org>
Wed, 2 Oct 2019 14:45:41 +0000 (16:45 +0200)
committerRob Herring <robh@kernel.org>
Wed, 2 Oct 2019 19:14:01 +0000 (14:14 -0500)
commit2bd8b12a651c0ace4f4b5a7512acf710ecbef17f
tree56559a45eec8d84317bbda4fbdc8f54df514ed50
parentb890f5af7f6729d0b96ce40b224333bee9bca3b6
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: 10965d0cc05c ("dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192")
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml