x86: Add an i8042 device for boards that have it
authorSimon Glass <sjg@chromium.org>
Wed, 11 Nov 2015 17:05:43 +0000 (10:05 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:41 +0000 (20:13 -0700)
commit6b44ae6b06967cefd6dbc1993827593341fd62f7
treecf450b7527041cbdfd0891b62537236dc394fad2
parentb0abfeff982a022d8198ef526b96d57037fe0c14
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>
arch/x86/Kconfig
arch/x86/dts/bayleybay.dts
arch/x86/dts/chromebook_link.dts
arch/x86/dts/keyboard.dtsi [new file with mode: 0644]
doc/device-tree-bindings/input/i8042.txt [new file with mode: 0644]
include/configs/bayleybay.h
include/configs/chromebox_panther.h
include/configs/minnowmax.h
include/configs/x86-chromebook.h
include/configs/x86-common.h