Re: [PATCH v4 2/5] dt-bindings: touchscreen: Convert resistive-adc-touch binding to json schema
From: Rob Herring <robh@kernel.org>
Date: 2021-05-21 01:35:16
Also in:
linux-input, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-05-21 01:35:16
Also in:
linux-input, lkml
On Wed, 19 May 2021 11:42:18 +0200, Oleksij Rempel wrote:
Convert the resistive-adc-touch binding to DT schema format using json-schema. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- .../input/touchscreen/resistive-adc-touch.txt | 33 --------- .../touchscreen/resistive-adc-touch.yaml | 70 +++++++++++++++++++ 2 files changed, 70 insertions(+), 33 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.yaml
Reviewed-by: Rob Herring <robh@kernel.org>