Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: adc: adi,ad4695: change include path

Change the include path for the adi,ad4695.h header since it has been
moved to the include/dt-bindings/iio/adc/ directory.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241113-iio-adc-ad4695-move-dt-bindings-header-v1-2-aba1f0f9b628@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

David Lechner and committed by
Jonathan Cameron
2d694193 43500429

+4 -3
+4 -3
Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml
··· 134 134 description: 135 135 Describes the common mode channel for single channels. 0xFF is REFGND 136 136 and OxFE is COM. Macros are available for these values in 137 - dt-bindings/iio/adi,ad4695.h. Values 1 to 15 correspond to INx inputs. 138 - Only odd numbered INx inputs can be used as common mode channels. 137 + dt-bindings/iio/adc/adi,ad4695.h. Values 1 to 15 correspond to INx 138 + inputs. Only odd numbered INx inputs can be used as common mode 139 + channels. 139 140 enum: [1, 3, 5, 7, 9, 11, 13, 15, 0xFE, 0xFF] 140 141 default: 0xFF 141 142 ··· 210 209 examples: 211 210 - | 212 211 #include <dt-bindings/gpio/gpio.h> 213 - #include <dt-bindings/iio/adi,ad4695.h> 212 + #include <dt-bindings/iio/adc/adi,ad4695.h> 214 213 215 214 spi { 216 215 #address-cells = <1>;