Re: [PATCH 0/3] dt-bindings: iio: adc: Maxim ADC yaml conversions
From: Jonathan Cameron <jic23@kernel.org>
Date: 2020-07-22 17:19:03
Also in:
linux-iio
On Wed, 22 Jul 2020 18:12:21 +0100 Jonathan Cameron [off-list ref] wrote:
From: Jonathan Cameron <Jonathan.Cameron@huawei.com> These 3 are all fairly simple (I think) so should be uncontroversial. My biggest question is with Jacopi and Akinobu are happy to be explicitly listed as maintainers for these bindings.
I'll leave these for now, but just realised I didn't put additionalProperties: false in the last 2 and I'm fairly sure it should be fine to do so in both of them. Jonathan
Jonathan Cameron (3): dt-bindings: iio: adc: maxim,max11100 yaml conversion dt-bindings: iio: adc: maxim,max1118 yaml conversion dt-bindings: iio: adc: maxim,max9611 yaml conversions .../devicetree/bindings/iio/adc/max11100.txt | 18 ------ .../devicetree/bindings/iio/adc/max1118.txt | 21 ------- .../devicetree/bindings/iio/adc/max9611.txt | 27 --------- .../bindings/iio/adc/maxim,max11100.yaml | 49 +++++++++++++++ .../bindings/iio/adc/maxim,max1118.yaml | 59 +++++++++++++++++++ .../bindings/iio/adc/maxim,max9611.yaml | 49 +++++++++++++++ 6 files changed, 157 insertions(+), 66 deletions(-) delete mode 100644 Documentation/devicetree/bindings/iio/adc/max11100.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/max1118.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/max9611.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max11100.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max1118.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max9611.yaml