Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frank Li and committed by
Dmitry Torokhov
5455d21d 295e3bee

+5 -3
+5 -3
Documentation/devicetree/bindings/input/touchscreen/maxim,max11801.yaml Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/input/touchscreen/maxim,max11801.yaml# 4 + $id: http://devicetree.org/schemas/input/touchscreen/trivial-touch.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: MAXI MAX11801 Resistive touch screen controller with i2c interface 7 + title: Trivial touch screen controller with i2c interface 8 8 9 9 maintainers: 10 10 - Frank Li <Frank.Li@nxp.com> 11 11 12 12 properties: 13 13 compatible: 14 - const: maxim,max11801 14 + enum: 15 + # MAXI MAX11801 Resistive touch screen controller with i2c interface 16 + - maxim,max11801 15 17 16 18 reg: 17 19 maxItems: 1