]> Git Repo - linux.git/commitdiff
dt-bindings: input: touchscreen: ad7879: generic node names in example
authorMarcel Ziswiler <[email protected]>
Wed, 30 Oct 2019 23:10:39 +0000 (16:10 -0700)
committerDmitry Torokhov <[email protected]>
Tue, 12 Nov 2019 00:03:13 +0000 (16:03 -0800)
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]>
Documentation/devicetree/bindings/input/touchscreen/ad7879.txt

index cdd743a1f2d5989497fd7ab2e2542d3cbc229fce..afa38dc069f01824d7a38c677dc695c31af26fe8 100644 (file)
@@ -38,7 +38,7 @@ Optional properties:
 
 Example:
 
-       ad7879@2c {
+       touchscreen0@2c {
                compatible = "adi,ad7879-1";
                reg = <0x2c>;
                interrupt-parent = <&gpio1>;
@@ -52,7 +52,7 @@ Example:
                adi,conversion-interval = /bits/ 8 <255>;
        };
 
-       ad7879@1 {
+       touchscreen1@1 {
                compatible = "adi,ad7879";
                spi-max-frequency = <5000000>;
                reg = <1>;
This page took 0.06316 seconds and 4 git commands to generate.