Message ID | 1423755638-9294-2-git-send-email-sylvain.rochet@finsecur.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Hello, On Thu, Feb 12, 2015 at 04:40:37PM +0100, Sylvain Rochet wrote: > This patch adds property wakeup-source to GPIO rotary encoders. > > Signed-off-by: Sylvain Rochet <sylvain.rochet@finsecur.com> > Reviewed-by: Johan Hovold <johan@kernel.org> > Cc: <devicetree@vger.kernel.org> > --- > Documentation/devicetree/bindings/input/rotary-encoder.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/input/rotary-encoder.txt b/Documentation/devicetree/bindings/input/rotary-encoder.txt > index 3315495..2c643a3 100644 > --- a/Documentation/devicetree/bindings/input/rotary-encoder.txt > +++ b/Documentation/devicetree/bindings/input/rotary-encoder.txt > @@ -15,6 +15,7 @@ Optional properties: > - rotary-encoder,rollover: Automatic rollove when the rotary value becomes > greater than the specified steps or smaller than 0. For absolute axis only. > - rotary-encoder,half-period: Makes the driver work on half-period mode. > +- wakeup-source: Boolean, rotary encoder can wake-up the system. > > See Documentation/input/rotary-encoder.txt for more information. Hello DT guys, it's been a while, may I ping you about this property ? We wonder if this should be "rotary-encoder,wakeup", "linux,wakeup" or "wakeup-source". Thank you :) Sylvain -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/input/rotary-encoder.txt b/Documentation/devicetree/bindings/input/rotary-encoder.txt index 3315495..2c643a3 100644 --- a/Documentation/devicetree/bindings/input/rotary-encoder.txt +++ b/Documentation/devicetree/bindings/input/rotary-encoder.txt @@ -15,6 +15,7 @@ Optional properties: - rotary-encoder,rollover: Automatic rollove when the rotary value becomes greater than the specified steps or smaller than 0. For absolute axis only. - rotary-encoder,half-period: Makes the driver work on half-period mode. +- wakeup-source: Boolean, rotary encoder can wake-up the system. See Documentation/input/rotary-encoder.txt for more information.