On Wed, 18 Mar 2020 12:49:40 +0530, Nishant Malpani wrote: > Convert the TSL2563 device tree bindings to the new YAML format. > > Signed-off-by: Nishant Malpani <nish.malpani25@xxxxxxxxx> > --- > > Changes in v4: > - Change $id property to reflect corrected relative path. > > Changes in v3: > - Include the complete diff (changes from v1). > > Changes in v2: > - Rename the dt-bindings to include manufacturer's name. > - Synchronize the bindings with the driver. > --- > .../bindings/iio/light/amstaos,tsl2563.yaml | 49 +++++++++++++++++++ > .../devicetree/bindings/iio/light/tsl2563.txt | 19 ------- > 2 files changed, 49 insertions(+), 19 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml > delete mode 100644 Documentation/devicetree/bindings/iio/light/tsl2563.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>