summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/devicetree/bindings/input/ads7846.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/input/ads7846.txt')
-rw-r--r--kernel/Documentation/devicetree/bindings/input/ads7846.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/Documentation/devicetree/bindings/input/ads7846.txt b/kernel/Documentation/devicetree/bindings/input/ads7846.txt
index 5f7619c22..33a1638b6 100644
--- a/kernel/Documentation/devicetree/bindings/input/ads7846.txt
+++ b/kernel/Documentation/devicetree/bindings/input/ads7846.txt
@@ -64,7 +64,8 @@ Optional properties:
pendown-gpio (u32).
pendown-gpio GPIO handle describing the pin the !PENIRQ
line is connected to.
- linux,wakeup use any event on touchscreen as wakeup event.
+ wakeup-source use any event on touchscreen as wakeup event.
+ (Legacy property support: "linux,wakeup")
Example for a TSC2046 chip connected to an McSPI controller of an OMAP SoC::
@@ -86,6 +87,6 @@ Example for a TSC2046 chip connected to an McSPI controller of an OMAP SoC::
ti,x-plate-ohms = /bits/ 16 <40>;
ti,pressure-max = /bits/ 16 <255>;
- linux,wakeup;
+ wakeup-source;
};
};