Message ID | 20190908104007.6593-1-jic23@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: fix regulator names to not be constant. | expand |
On Sun, 8 Sep 2019 11:40:07 +0100 jic23@kernel.org wrote: > 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") I've take the view this is a simple 'aligning' patch due to my mess up so applied to the fixes-togreg branch so we get this in after rc1. If anyone wants to comment that's good though! Jonathan > --- > 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: |
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: |