On Wed, 13 Nov 2024 10:55:18 -0600 David Lechner <dlechner@xxxxxxxxxxxx> wrote: > During review, no one caught that the dt-bindings header was not in the > preferred location when the bindings were created. Move the header to > the correct location. > Applied to the togreg branch of iio.git which will get rebased on rc1 when available . Thanks, Jonathan > --- > David Lechner (2): > iio: adc: ad4695: move dt-bindings header > dt-bindings: iio: adc: adi,ad4695: change include path > > Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml | 7 ++++--- > Documentation/iio/ad4695.rst | 2 +- > MAINTAINERS | 2 +- > drivers/iio/adc/ad4695.c | 2 +- > include/dt-bindings/iio/{ => adc}/adi,ad4695.h | 0 > 5 files changed, 7 insertions(+), 6 deletions(-) > --- > base-commit: 9dd2270ca0b38ee16094817f4a53e7ba78e31567 > change-id: 20241113-iio-adc-ad4695-move-dt-bindings-header-d6922ef7d134 > > Best regards,