Skip to content

Commit 92d6d0a

Browse files
ziswilerdtor
authored andcommitted
dt-bindings: input: touchscreen: ad7879: generic node names in example
Update example in ad7879 device tree documentation to use generic touch controller node names. Signed-off-by: Marcel Ziswiler <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent ee85fbe commit 92d6d0a

File tree

1 file changed

+2
-2
lines changed
  • Documentation/devicetree/bindings/input/touchscreen

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/input/touchscreen/ad7879.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Optional properties:
3838

3939
Example:
4040

41-
ad7879@2c {
41+
touchscreen0@2c {
4242
compatible = "adi,ad7879-1";
4343
reg = <0x2c>;
4444
interrupt-parent = <&gpio1>;
@@ -52,7 +52,7 @@ Example:
5252
adi,conversion-interval = /bits/ 8 <255>;
5353
};
5454

55-
ad7879@1 {
55+
touchscreen1@1 {
5656
compatible = "adi,ad7879";
5757
spi-max-frequency = <5000000>;
5858
reg = <1>;

0 commit comments

Comments
 (0)