On Mon, 7 Oct 2019 19:02:20 +0200, Andreas Klinger wrote: > transform existing documentation of maxbotix,mb1232 ultrasonic ranger > from text documentation format into yaml. > > Changes in v3: > - add a i2c node around device node to set up #address-cells and > #size-cells for omitting error during make dt_binding_check > > Changes in v2: > - removed description of reg property > - added a line: > additionalProperties: false > > Signed-off-by: Andreas Klinger <ak@xxxxxxxxxxxxx> > --- > .../bindings/iio/proximity/maxbotix,mb1232.txt | 29 ----------- > .../bindings/iio/proximity/maxbotix,mb1232.yaml | 60 ++++++++++++++++++++++ > 2 files changed, 60 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.txt > create mode 100644 Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>