Message ID | 20240618-cleanup-ad7606-v1-6-f1854d5c779d@baylibre.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: adc: ad7606: Improvements | expand |
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>
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 --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; }; }; ...
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(-)