On Fri, 18 Nov 2022 18:48:29 +0100, Luca Weiss wrote: > Convert the drv260x haptics binding to DT schema format. > > The only notable change from .txt format is that vbat-supply is not > actually required, so don't make it a required property. > > Acked-by: Andrew Davis <afd@xxxxxx> > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- > Changes in v4: > * use non-deprecated enable-gpios for 'required' and example > > .../devicetree/bindings/input/ti,drv260x.txt | 50 -------- > .../devicetree/bindings/input/ti,drv260x.yaml | 109 ++++++++++++++++++ > 2 files changed, 109 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/ti,drv260x.txt > create mode 100644 Documentation/devicetree/bindings/input/ti,drv260x.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>