diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-11-12 05:33:05 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-11-19 20:13:42 -0700 |
commit | 60fe101873dbc84a8ffd5b3fc13143af8b540521 (patch) | |
tree | fc1ebf62044856110ea92f1f4b29f5be18c5f900 /arch/x86 | |
parent | e5f330c482034b84f4c7ae2b8f3465f3c9863fb7 (diff) | |
download | talos-obmc-uboot-60fe101873dbc84a8ffd5b3fc13143af8b540521.tar.gz talos-obmc-uboot-60fe101873dbc84a8ffd5b3fc13143af8b540521.zip |
x86: crownbay: Convert to use driver model keyboard
Convert to use driver model keyboard on Intel Crown Bay.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/dts/crownbay.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 3e354c4093..eb8421cc79 100644 --- a/arch/x86/dts/crownbay.dts +++ b/arch/x86/dts/crownbay.dts @@ -10,6 +10,7 @@ /include/ "skeleton.dtsi" /include/ "serial.dtsi" +/include/ "keyboard.dtsi" /include/ "rtc.dtsi" / { |