Re: [PATCH v2] dt-bindings: input: pwm-vibrator: Convert txt bindings to yaml

From: Rob Herring
Date: Wed Dec 15 2021 - 11:45:43 EST


On Wed, 08 Dec 2021 19:34:34 +0100, David Heidelberg wrote:
> Converts txt binding to new YAML format and simplify example.
>
> Reviewed-by: Sebastian Reichel <sre@xxxxxxxxxx>
> Signed-off-by: David Heidelberg <david@xxxxxxx>
> ---
> v2:
> - added Sebastian review
> - replace anyOf with minItems
>
> .../bindings/input/pwm-vibrator.txt | 66 -------------------
> .../bindings/input/pwm-vibrator.yaml | 57 ++++++++++++++++
> 2 files changed, 57 insertions(+), 66 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/input/pwm-vibrator.txt
> create mode 100644 Documentation/devicetree/bindings/input/pwm-vibrator.yaml
>

Applied, thanks!