Re: [PATCH v2] dt-bindings: iio: accel: add binding documentation for ADIS16203
From: Jonathan Cameron
Date: Tue Mar 04 2025 - 09:48:07 EST
On Tue, 4 Mar 2025 05:29:30 +0530
Saalim Quadri <danascape@xxxxxxxxx> wrote:
> This patch add device tree binding documentation for ADIS16203.
>
> Signed-off-by: Saalim Quadri <danascape@xxxxxxxxx>
> ---
> Changes:
> V1 - V2: change compatible property from enum to const
>
> .../bindings/iio/accel/adi,adis16203.yaml | 52 +++++++++++++++++++
> 1 file changed, 52 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml b/Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml
> new file mode 100644
> index 000000000000..64370f13e1dc
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/accel/adi,adis16203.yaml
> @@ -0,0 +1,52 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/accel/adi,adis16203.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer
> +
> +maintainers:
> + - Barry Song <21cnbao@xxxxxxxxx>
I think you'll be dropping this patch anyway, but just a quick not that
it isn't good to volunteer people. Barry hasn't worked on these
devices for quite a long time now so seems unlikely he agreed to this.
Jonathan