Re: [PATCH v2] dt-bindings: iio: dac: Migrate LTC1660 documentation to yaml

From: Rob Herring
Date: Wed Nov 06 2019 - 20:06:17 EST


On Wed, Nov 06, 2019 at 12:12:33PM +0100, Marcus Folkesson wrote:
> Rewrite bindings to use json-schema vocabulary.
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>
> ---
>
> Notes:
> v2:
> - Remove description for reg and spi-max-frequency (Rob & Alexa)
> - Drop maxItems for vref-supply
>
> .../bindings/iio/dac/lltc,ltc1660.yaml | 49 +++++++++++++++++++
> .../devicetree/bindings/iio/dac/ltc1660.txt | 21 --------
> MAINTAINERS | 2 +-
> 3 files changed, 50 insertions(+), 22 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
> delete mode 100644 Documentation/devicetree/bindings/iio/dac/ltc1660.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml b/Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
> new file mode 100644
> index 000000000000..505b3d54b81c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
> @@ -0,0 +1,49 @@
> +# SPDX-License-Identifier: GPL-2.0
> +# Copyright 2019 Marcus Folkesson <marcus.folkesson@xxxxxxxxx>

If you own copyright to the old binding which I assume you do if you
added it here, can you add 'BSD-2-Clause' to the license. Same for the
other conversion.

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>