Skip to content

Commit 81bdc7e

Browse files
Fabio Estevamdtor
authored andcommitted
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>
1 parent c561f3b commit 81bdc7e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ examples:
666666
#address-cells = <1>;
667667
#size-cells = <0>;
668668
669-
touch@56 {
669+
touchscreen@56 {
670670
compatible = "azoteq,iqs7210a";
671671
reg = <0x56>;
672672
irq-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
@@ -704,7 +704,7 @@ examples:
704704
#address-cells = <1>;
705705
#size-cells = <0>;
706706
707-
touch@56 {
707+
touchscreen@56 {
708708
compatible = "azoteq,iqs7211e";
709709
reg = <0x56>;
710710
irq-gpios = <&gpio 4 (GPIO_ACTIVE_LOW |

Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ examples:
125125
i2c {
126126
#address-cells = <1>;
127127
#size-cells = <0>;
128-
edt-ft5x06@38 {
128+
touchscreen@38 {
129129
compatible = "edt,edt-ft5406";
130130
reg = <0x38>;
131131
interrupt-parent = <&gpio2>;

Documentation/devicetree/bindings/input/touchscreen/goodix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ examples:
6969
i2c {
7070
#address-cells = <1>;
7171
#size-cells = <0>;
72-
gt928@5d {
72+
touchscreen@5d {
7373
compatible = "goodix,gt928";
7474
reg = <0x5d>;
7575
interrupt-parent = <&gpio>;

0 commit comments

Comments
 (0)