From: Guillaume Stols Date: Tue, 2 Jul 2024 17:34:08 +0000 (+0000) Subject: dt-bindings: iio: adc: adi,ad7606: fix example X-Git-Tag: v6.12-rc1~39^2~37^2~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=746bb410aafd84133e313bac2e301c7531498191;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: iio: adc: adi,ad7606: fix example Example uses adi,ad7606-8 as compatible, but adi,sw-mode is not available for it. So remove this property from example. Acked-by: Conor Dooley Signed-off-by: Guillaume Stols Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml index bb716182db638..499b6ad5525a3 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml @@ -152,7 +152,6 @@ examples: <&gpio 23 GPIO_ACTIVE_HIGH>, <&gpio 26 GPIO_ACTIVE_HIGH>; standby-gpios = <&gpio 24 GPIO_ACTIVE_LOW>; - adi,sw-mode; }; }; ...