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

dt-bindings: touchscreen: move ar1021.txt to trivial-touch.yaml

ar1021 have only reg and interrupts property beside touch common
properties. So move context of ar1021.txt into trivial-touch.yaml.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20250926184720.391335-2-Frank.Li@nxp.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Frank Li and committed by
Dmitry Torokhov
6678b3e6 5455d21d

+2 -15
-15
Documentation/devicetree/bindings/input/touchscreen/ar1021.txt
··· 1 - * Microchip AR1020 and AR1021 touchscreen interface (I2C) 2 - 3 - Required properties: 4 - - compatible : "microchip,ar1021-i2c" 5 - - reg : I2C slave address 6 - - interrupts : touch controller interrupt 7 - 8 - Example: 9 - 10 - touchscreen@4d { 11 - compatible = "microchip,ar1021-i2c"; 12 - reg = <0x4d>; 13 - interrupt-parent = <&gpio3>; 14 - interrupts = <11 IRQ_TYPE_LEVEL_HIGH>; 15 - };
+2
Documentation/devicetree/bindings/input/touchscreen/trivial-touch.yaml
··· 14 14 enum: 15 15 # MAXI MAX11801 Resistive touch screen controller with i2c interface 16 16 - maxim,max11801 17 + # Microchip AR1020 and AR1021 touchscreen interface (I2C) 18 + - microchip,ar1021-i2c 17 19 18 20 reg: 19 21 maxItems: 1