Re: [PATCH v2] dt-bindings: input: microchip,cap11xx: Convert txt bindings to yaml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-28 21:05:43
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-28 21:05:43
Also in:
linux-devicetree, lkml
On Wed, 20 Oct 2021 01:48:16 +0200, David Heidelberg wrote:
Convert binding for the Microchip CAP11xx series HW to the YAML syntax. Signed-off-by: David Heidelberg <david@ixit.cz> --- v2: - changed mail to robh (original author seems to be not actively maintaining the driver since 2015) - common.yaml path fixed - $ref input.yaml added .../devicetree/bindings/input/cap11xx.txt | 78 --------- .../bindings/input/microchip,cap11xx.yaml | 148 ++++++++++++++++++ 2 files changed, 148 insertions(+), 78 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/cap11xx.txt create mode 100644 Documentation/devicetree/bindings/input/microchip,cap11xx.yaml
Applied, thanks!