diff options
Diffstat (limited to 'Bindings/input/ads7846.txt')
-rw-r--r-- | Bindings/input/ads7846.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Bindings/input/ads7846.txt b/Bindings/input/ads7846.txt index 5f7619c22743..33a1638b61d6 100644 --- a/Bindings/input/ads7846.txt +++ b/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; }; }; |