Skip to content

Commit 5455d21

Browse files
nxpfranklidtor
authored andcommitted
dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
Rename maxim,max11801.yaml to trivial-touch.yaml for simple i2c touch controller with one interrupt and common touch properties. Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20250926184720.391335-1-Frank.Li@nxp.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 295e3be commit 5455d21

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Documentation/devicetree/bindings/input/touchscreen/maxim,max11801.yaml renamed to Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/input/touchscreen/maxim,max11801.yaml#
4+
$id: http://devicetree.org/schemas/input/touchscreen/trivial-touch.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: MAXI MAX11801 Resistive touch screen controller with i2c interface
7+
title: Trivial touch screen controller with i2c interface
88

99
maintainers:
1010
- Frank Li <Frank.Li@nxp.com>
1111

1212
properties:
1313
compatible:
14-
const: maxim,max11801
14+
enum:
15+
# MAXI MAX11801 Resistive touch screen controller with i2c interface
16+
- maxim,max11801
1517

1618
reg:
1719
maxItems: 1

0 commit comments

Comments
 (0)