diff options
author | Tom Rini <trini@ti.com> | 2015-01-31 12:40:48 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-31 12:40:48 -0500 |
commit | 358b8bc204f365be28fed94f23e53e04183a8c7f (patch) | |
tree | cbfbd51db0081424ad7f09c2fb47571c615bc35f /arch/sandbox/dts/sandbox.dts | |
parent | 6a608f20b987122a658e26978d76d2753654f5f2 (diff) | |
parent | 3d4de98696d2d906c968008219bb9a65960e7c10 (diff) |
Merge branch 'patman' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/sandbox/dts/sandbox.dts')
-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 4c63e4f9ed..9ce31bf075 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -74,10 +74,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 |