]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: input: touchscreen: Use generic node name
authorFabio Estevam <festevam@denx.de>
Fri, 30 Aug 2024 19:43:31 +0000 (16:43 -0300)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 30 Aug 2024 22:49:09 +0000 (15:49 -0700)
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>
Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml
Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml

index 8cf371b99f19cd55d16cbd3639ae1ca43f0780b0..e4dbbafb377990cf037a5c88b5e0af9d47234bf4 100644 (file)
@@ -666,7 +666,7 @@ examples:
             #address-cells = <1>;
             #size-cells = <0>;
 
-            touch@56 {
+            touchscreen@56 {
                     compatible = "azoteq,iqs7210a";
                     reg = <0x56>;
                     irq-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
@@ -704,7 +704,7 @@ examples:
             #address-cells = <1>;
             #size-cells = <0>;
 
-            touch@56 {
+            touchscreen@56 {
                     compatible = "azoteq,iqs7211e";
                     reg = <0x56>;
                     irq-gpios = <&gpio 4 (GPIO_ACTIVE_LOW |
index 379721027bf84b927fb63c459aa142c10216a44a..acdeb7c9f4db91b600f9fd83312aebe16469228a 100644 (file)
@@ -125,7 +125,7 @@ examples:
     i2c {
       #address-cells = <1>;
       #size-cells = <0>;
-      edt-ft5x06@38 {
+      touchscreen@38 {
         compatible = "edt,edt-ft5406";
         reg = <0x38>;
         interrupt-parent = <&gpio2>;
index 2a2d86cfd1048781a66d71ec8a8d60cc298e4f5b..eb4992f708b70fef93bd4b59b9565123f7c6ad5d 100644 (file)
@@ -69,7 +69,7 @@ examples:
     i2c {
       #address-cells = <1>;
       #size-cells = <0>;
-      gt928@5d {
+      touchscreen@5d {
         compatible = "goodix,gt928";
         reg = <0x5d>;
         interrupt-parent = <&gpio>;