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

dt-bindings: input: touchscreen: Use generic node name

Node names should be generic.

Improve the binding example by using 'touchscreen' as the node name.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240830194331.3774408-1-festevam@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Fabio Estevam and committed by
Dmitry Torokhov
81bdc7ea c561f3b1

+4 -4
+2 -2
Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml
··· 666 666 #address-cells = <1>; 667 667 #size-cells = <0>; 668 668 669 - touch@56 { 669 + touchscreen@56 { 670 670 compatible = "azoteq,iqs7210a"; 671 671 reg = <0x56>; 672 672 irq-gpios = <&gpio 4 GPIO_ACTIVE_LOW>; ··· 704 704 #address-cells = <1>; 705 705 #size-cells = <0>; 706 706 707 - touch@56 { 707 + touchscreen@56 { 708 708 compatible = "azoteq,iqs7211e"; 709 709 reg = <0x56>; 710 710 irq-gpios = <&gpio 4 (GPIO_ACTIVE_LOW |
+1 -1
Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
··· 125 125 i2c { 126 126 #address-cells = <1>; 127 127 #size-cells = <0>; 128 - edt-ft5x06@38 { 128 + touchscreen@38 { 129 129 compatible = "edt,edt-ft5406"; 130 130 reg = <0x38>; 131 131 interrupt-parent = <&gpio2>;
+1 -1
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
··· 69 69 i2c { 70 70 #address-cells = <1>; 71 71 #size-cells = <0>; 72 - gt928@5d { 72 + touchscreen@5d { 73 73 compatible = "goodix,gt928"; 74 74 reg = <0x5d>; 75 75 interrupt-parent = <&gpio>;