diff options
| author | Frank Li <Frank.Li@nxp.com> | 2025-09-26 14:47:11 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2025-10-17 21:21:57 -0700 |
| commit | 5455d21d2e2d449467a0786b6c76ba2294562a33 (patch) | |
| tree | 97e010c68e150c696b600eed03d2d7c1e6b4fb51 | |
| parent | 295e3beead10e96c1feda7ed145113bb9191e296 (diff) | |
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>
| -rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml (renamed from Documentation/devicetree/bindings/input/touchscreen/maxim,max11801.yaml) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/maxim,max11801.yaml b/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml index 4f528d220199..c393cce273c5 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/maxim,max11801.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml @@ -1,17 +1,19 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/input/touchscreen/maxim,max11801.yaml# +$id: http://devicetree.org/schemas/input/touchscreen/trivial-touch.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: MAXI MAX11801 Resistive touch screen controller with i2c interface +title: Trivial touch screen controller with i2c interface maintainers: - Frank Li <Frank.Li@nxp.com> properties: compatible: - const: maxim,max11801 + enum: + # MAXI MAX11801 Resistive touch screen controller with i2c interface + - maxim,max11801 reg: maxItems: 1 |
