From: Chen Zhong Date: Wed, 4 Jul 2018 15:19:05 +0000 (+0000) Subject: dt-bindings: input: add common keyboard document bindings X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f9e02d80416933b0e07d57efecbe309bdea9c6c4;p=openwrt%2Fstaging%2Fblogic.git dt-bindings: input: add common keyboard document bindings This patch adds the device tree binding documentation for common keyboard. Acked-by: Rob Herring Signed-off-by: Chen Zhong Signed-off-by: Dmitry Torokhov --- diff --git a/Documentation/devicetree/bindings/input/keys.txt b/Documentation/devicetree/bindings/input/keys.txt new file mode 100644 index 000000000000..f5a5ddde53f1 --- /dev/null +++ b/Documentation/devicetree/bindings/input/keys.txt @@ -0,0 +1,8 @@ +General Keys Properties: + +Optional properties for Keys: +- power-off-time-sec: Duration in seconds which the key should be kept + pressed for device to power off automatically. Device with key pressed + shutdown feature can specify this property. +- linux,keycodes: Specifies the numeric keycode values to be used for + reporting key presses.