sandbox: Correct cros-ec keyboard definition
The other boards got updated to the standard binding. Update sandbox as well. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2af13d6b62
commit
3b4a7f99c9
|
|
@ -73,10 +73,8 @@
|
||||||
|
|
||||||
cros-ec-keyb {
|
cros-ec-keyb {
|
||||||
compatible = "google,cros-ec-keyb";
|
compatible = "google,cros-ec-keyb";
|
||||||
google,key-rows = <8>;
|
keypad,num-rows = <8>;
|
||||||
google,key-columns = <13>;
|
keypad,num-columns = <13>;
|
||||||
google,repeat-delay-ms = <240>;
|
|
||||||
google,repeat-rate-ms = <30>;
|
|
||||||
google,ghost-filter;
|
google,ghost-filter;
|
||||||
/*
|
/*
|
||||||
* Keymap entries take the form of 0xRRCCKKKK where
|
* Keymap entries take the form of 0xRRCCKKKK where
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue