diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-19 20:21:33 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-30 15:52:10 -0700 |
commit | 3b4a7f99c954afad308d9c5a4513c856eb9a84b9 (patch) | |
tree | 43de403c005910ffcba47a3b38698d77bc25e0ab | |
parent | 2af13d6b6265a6700c4f65597410b769895024bf (diff) | |
download | u-boot-imx-3b4a7f99c954afad308d9c5a4513c856eb9a84b9.zip u-boot-imx-3b4a7f99c954afad308d9c5a4513c856eb9a84b9.tar.gz u-boot-imx-3b4a7f99c954afad308d9c5a4513c856eb9a84b9.tar.bz2 |
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>
-rw-r--r-- | arch/sandbox/dts/sandbox.dts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 11748ae..68540be 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -73,10 +73,8 @@ cros-ec-keyb { compatible = "google,cros-ec-keyb"; - google,key-rows = <8>; - google,key-columns = <13>; - google,repeat-delay-ms = <240>; - google,repeat-rate-ms = <30>; + keypad,num-rows = <8>; + keypad,num-columns = <13>; google,ghost-filter; /* * Keymap entries take the form of 0xRRCCKKKK where |