nyan-big: change spi delay

Internal keyboard of nyan-big is only working when cold booting by pressing [reload/refresh]+[power] button.
With this patch keyboard is working by only pressing [power] button.

Signed-off-by: Tristan Bastian <tristan-c.bastian@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Tristan Bastian 2019-01-16 19:49:55 +01:00 committed by Tom Warren
parent cba0ae6e49
commit 74a7d9af3f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
};
spi@7000d400 {
spi-deactivate-delay = <200>;
spi-deactivate-delay = <500>;
spi-max-frequency = <3000000>;
cros_ec: cros-ec@0 {