]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Correct cros-ec keyboard definition
authorSimon Glass <sjg@chromium.org>
Tue, 20 Jan 2015 03:21:33 +0000 (20:21 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 22:52:10 +0000 (15:52 -0700)
The other boards got updated to the standard binding. Update sandbox as
well.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts

index 11748aec7990e1ff40f9d625842a154d8d278cc1..68540befa9e0274f89937bff2459e1b4f5bd6d5e 100644 (file)
 
        cros-ec-keyb {
                compatible = "google,cros-ec-keyb";
 
        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
                google,ghost-filter;
                /*
                 * Keymap entries take the form of 0xRRCCKKKK where