summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-11 10:05:43 -0700
committerSimon Glass <sjg@chromium.org>2015-11-19 20:13:41 -0700
commit6b44ae6b06967cefd6dbc1993827593341fd62f7 (patch)
treecf450b7527041cbdfd0891b62537236dc394fad2 /doc
parentb0abfeff982a022d8198ef526b96d57037fe0c14 (diff)
downloadblackbird-obmc-uboot-6b44ae6b06967cefd6dbc1993827593341fd62f7.tar.gz
blackbird-obmc-uboot-6b44ae6b06967cefd6dbc1993827593341fd62f7.zip
x86: Add an i8042 device for boards that have it
Some boards have an i8042 device. Enable the driver for all x86 boards, and add a device tree node for those which may have this keyboard. Also adjust the configuration so that i8042 is always separate from the VGA, and rename the stdin driver accordingly. With this commit the keyboard will not work, but it is fixed in the next commit. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/input/i8042.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/input/i8042.txt b/doc/device-tree-bindings/input/i8042.txt
new file mode 100644
index 0000000000..cd079c2740
--- /dev/null
+++ b/doc/device-tree-bindings/input/i8042.txt
@@ -0,0 +1,10 @@
+i8042 Keyboard
+
+The Intel i8042 is a keyboard controller used on many x86 PCs.
+
+Required properties:
+- compatible: "intel,i8042-keyboard"
+
+Optional properties:
+- intel,duplicate-por: Indicates that a keyboard reset may result in a
+ duplicate POR byte, which should be ignored.
OpenPOWER on IntegriCloud