We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee85fbe commit 92d6d0aCopy full SHA for 92d6d0a
Documentation/devicetree/bindings/input/touchscreen/ad7879.txt
@@ -38,7 +38,7 @@ Optional properties:
38
39
Example:
40
41
- ad7879@2c {
+ touchscreen0@2c {
42
compatible = "adi,ad7879-1";
43
reg = <0x2c>;
44
interrupt-parent = <&gpio1>;
@@ -52,7 +52,7 @@ Example:
52
adi,conversion-interval = /bits/ 8 <255>;
53
};
54
55
- ad7879@1 {
+ touchscreen1@1 {
56
compatible = "adi,ad7879";
57
spi-max-frequency = <5000000>;
58
reg = <1>;
0 commit comments