aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-10-30 16:10:39 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-11-11 16:03:13 -0800
commit92d6d0a19246921264147a5edf6a72dea8dc4b40 (patch)
treec67ef26e946fdd2e749817bdca2a52867a0195b8 /Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
parentInput: ar1021 - fix typo in preprocessor macro name (diff)
downloadlinux-dev-92d6d0a19246921264147a5edf6a72dea8dc4b40.tar.xz
linux-dev-92d6d0a19246921264147a5edf6a72dea8dc4b40.zip
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 <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>
Diffstat (limited to 'Documentation/devicetree/bindings/input/touchscreen/ad7879.txt')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/ad7879.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
index cdd743a1f2d5..afa38dc069f0 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
@@ -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>;