On Thu, 01 Oct 2020 16:57:36 +0200, Alban Bedel wrote: > In order to automate the verification of DT nodes convert lm75.txt to > lm75.yaml. > > Signed-off-by: Alban Bedel <alban.bedel@xxxxxxxx> > --- > v2: Fix the example to pass `make dt_binding_check` > v4: Add the missing additionalProperties: false > --- > .../devicetree/bindings/hwmon/lm75.txt | 39 ------------ > .../devicetree/bindings/hwmon/lm75.yaml | 62 +++++++++++++++++++ > 2 files changed, 62 insertions(+), 39 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/hwmon/lm75.txt > create mode 100644 Documentation/devicetree/bindings/hwmon/lm75.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>