Skip to content

Commit

Permalink
dt-bindings: input: touchscreen: ad7879: generic node names in example
Browse files Browse the repository at this point in the history
Update example in ad7879 device tree documentation to use generic touch
controller node names.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20191026090403.3057-3-marcel@ziswiler.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
ziswiler authored and dtor committed Nov 12, 2019
1 parent ee85fbe commit 92d6d0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Optional properties:

Example:

ad7879@2c {
touchscreen0@2c {
compatible = "adi,ad7879-1";
reg = <0x2c>;
interrupt-parent = <&gpio1>;
Expand All @@ -52,7 +52,7 @@ Example:
adi,conversion-interval = /bits/ 8 <255>;
};

ad7879@1 {
touchscreen1@1 {
compatible = "adi,ad7879";
spi-max-frequency = <5000000>;
reg = <1>;
Expand Down

0 comments on commit 92d6d0a

Please sign in to comment.