Skip to content

Commit

Permalink
x86: crownbay: Convert to use driver model keyboard
Browse files Browse the repository at this point in the history
Convert to use driver model keyboard on Intel Crown Bay.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
lbmeng authored and sjg20 committed Nov 20, 2015
1 parent e5f330c commit 60fe101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/x86/dts/crownbay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/include/ "skeleton.dtsi"
/include/ "serial.dtsi"
/include/ "keyboard.dtsi"
/include/ "rtc.dtsi"

/ {
Expand Down
2 changes: 1 addition & 1 deletion include/configs/crownbay.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define CONFIG_PCI_PNP

#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,vga,usbkbd\0" \
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
"stdout=serial,vga\0" \
"stderr=serial,vga\0"

Expand Down

0 comments on commit 60fe101

Please sign in to comment.