Message ID | 1437581064-9733-3-git-send-email-denis@eukrea.com |
---|---|
State | Needs Review / ACK, archived |
Headers | show |
Context | Check | Description |
---|---|---|
robh/checkpatch | warning | total: 1 errors, 0 warnings, 0 lines checked |
robh/patch-applied | success |
On 22/07/15 17:04, Denis Carikli wrote: > Signed-off-by: Denis Carikli <denis@eukrea.com> Part of the same job as patch 2. Please roll them into a single patch. > --- > Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt > index 15ca6b4..c8a958d 100644 > --- a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt > +++ b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt > @@ -1,7 +1,7 @@ > -* Texas Instruments' ADC128S052 and ADC122S021 ADC chip > +* Texas Instruments' ADC128S052, ADC122S021 and ADC108S022 ADC chips > > Required properties: > - - compatible: Should be "ti,adc128s052" or "ti,adc122s021" > + - compatible: Should be "ti,adc128s052", "ti,adc122s021" or "ti,adc108s022" > - reg: spi chip select number for the device > - vref-supply: The regulator supply for ADC reference voltage > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt index 15ca6b4..c8a958d 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt +++ b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt @@ -1,7 +1,7 @@ -* Texas Instruments' ADC128S052 and ADC122S021 ADC chip +* Texas Instruments' ADC128S052, ADC122S021 and ADC108S022 ADC chips Required properties: - - compatible: Should be "ti,adc128s052" or "ti,adc122s021" + - compatible: Should be "ti,adc128s052", "ti,adc122s021" or "ti,adc108s022" - reg: spi chip select number for the device - vref-supply: The regulator supply for ADC reference voltage
Signed-off-by: Denis Carikli <denis@eukrea.com> --- Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)