diff mbox series

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

Message ID 20240618-cleanup-ad7606-v1-6-f1854d5c779d@baylibre.com (mailing list archive)
State Changes Requested
Headers show
Series iio: adc: ad7606: Improvements | expand

Commit Message

Guillaume Stols June 18, 2024, 2:02 p.m. UTC
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(-)

Comments

Conor Dooley June 18, 2024, 3:10 p.m. UTC | #1
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>
Jonathan Cameron June 23, 2024, 3:35 p.m. UTC | #2
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
diff mbox series

Patch

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;
         };
     };
 ...