linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fix regulator names to not be constant.
@ 2019-09-08 10:40 jic23
  2019-09-15 12:24 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: jic23 @ 2019-09-08 10:40 UTC (permalink / raw)
  To: Mircea Caprioru, linux-iio; +Cc: robh+dt, Jonathan Cameron

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

This was corrected in the V4 patch, but I messed up and had applied
the V3 patch.  Hence the need for this fix.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Fixes: f7356e47032c ("dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192")
---
 Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
index 676ec42e1438..040af0bcc92e 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
@@ -43,13 +43,11 @@ properties:
 
   dvdd-supply:
     description: DVdd voltage supply
-    items:
-      - const: dvdd
+    maxItems: 1
 
   avdd-supply:
     description: AVdd voltage supply
-    items:
-      - const: avdd
+    maxItems: 1
 
   adi,rejection-60-Hz-enable:
     description: |
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-15 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-08 10:40 [PATCH] dt-bindings: fix regulator names to not be constant jic23
2019-09-15 12:24 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).