Re: [PATCH 1/1] dt-bindings: input: touchscreen: convert tsc2007.txt to yaml format
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-06-05 22:07:11
Also in:
imx, linux-devicetree, lkml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-06-05 22:07:11
Also in:
imx, linux-devicetree, lkml
On Thu, 29 May 2025 15:32:35 -0400, Frank Li wrote:
Convert tsc2007.txt to yaml format. Additional changes: - add pendown-gpio property to match existed dts. Signed-off-by: Frank Li <Frank.Li@nxp.com> --- .../input/touchscreen/ti.tsc2007.yaml | 75 +++++++++++++++++++ .../bindings/input/touchscreen/tsc2007.txt | 39 ---------- 2 files changed, 75 insertions(+), 39 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ti.tsc2007.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>