summaryrefslogtreecommitdiff
path: root/include/configs/roc-pc-rk3399.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-03-02 10:57:55 +0300
committerKever Yang <kever.yang@rock-chips.com>2020-03-26 17:58:46 +0300
commit23cb61761b137f088ef8625a1c4e7d9af2cbd296 (patch)
treec9902115d58eba5c4a6b074e88a64a67f2849c32 /include/configs/roc-pc-rk3399.h
parent9cec3367087bcdcf6f583e60b95243d0d5e9ae92 (diff)
downloadu-boot-23cb61761b137f088ef8625a1c4e7d9af2cbd296.tar.xz
rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboard
These boards aren't ChromeOS devices so won't have a cros-ec-keyb input as it's the keyboard available via the ChromeOS Embedded Controller. Update them to use a USB keyboard which would actually be available. Also enable the usb keyboard option for those devices that don't have it enabled already. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/roc-pc-rk3399.h')
-rw-r--r--include/configs/roc-pc-rk3399.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/roc-pc-rk3399.h b/include/configs/roc-pc-rk3399.h
index 3fd1062542..d4cbc3532e 100644
--- a/include/configs/roc-pc-rk3399.h
+++ b/include/configs/roc-pc-rk3399.h
@@ -7,7 +7,7 @@
#define __ROC_PC_RK3399_H
#define ROCKCHIP_DEVICE_SETTINGS \
- "stdin=serial,cros-ec-keyb\0" \
+ "stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"