mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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:
parent
cba0ae6e49
commit
74a7d9af3f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
spi@7000d400 {
|
||||
spi-deactivate-delay = <200>;
|
||||
spi-deactivate-delay = <500>;
|
||||
spi-max-frequency = <3000000>;
|
||||
|
||||
cros_ec: cros-ec@0 {
|
||||
|
|
Loading…
Reference in a new issue