[PATCH 6/9] dt-bindings: iio: adc: adi,ad7606: fix example

Guillaume Stols posted 9 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH 6/9] dt-bindings: iio: adc: adi,ad7606: fix example
Posted by Guillaume Stols 1 year, 6 months ago
Example uses adi,ad7606-8 as compatible, but adi,sw-mode is not
available for it. So remove this property from example.

Signed-off-by: Guillaume Stols <gstols@baylibre.com>
---
 Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
index 65d6ca5843d7..a8fb0d926859 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
@@ -198,7 +198,6 @@ examples:
                                            <&gpio 23 GPIO_ACTIVE_HIGH>,
                                            <&gpio 26 GPIO_ACTIVE_HIGH>;
             standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
-            adi,sw-mode;
         };
     };
 ...

-- 
2.34.1
Re: [PATCH 6/9] dt-bindings: iio: adc: adi,ad7606: fix example
Posted by Conor Dooley 1 year, 6 months ago
On Tue, Jun 18, 2024 at 02:02:38PM +0000, Guillaume Stols wrote:
> Example uses adi,ad7606-8 as compatible, but adi,sw-mode is not
> available for it. So remove this property from example.
> 
> Signed-off-by: Guillaume Stols <gstols@baylibre.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Re: [PATCH 6/9] dt-bindings: iio: adc: adi,ad7606: fix example
Posted by Jonathan Cameron 1 year, 5 months ago
On Tue, 18 Jun 2024 16:10:15 +0100
Conor Dooley <conor@kernel.org> wrote:

> On Tue, Jun 18, 2024 at 02:02:38PM +0000, Guillaume Stols wrote:
> > Example uses adi,ad7606-8 as compatible, but adi,sw-mode is not
> > available for it. So remove this property from example.
> > 
> > Signed-off-by: Guillaume Stols <gstols@baylibre.com>  
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Perhaps just squash with previous patch to avoid a bisection issue
and Rob's bot failing because of this.

Jonathan