mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Tom Warren
parent
cba0ae6e49
commit
74a7d9af3f
@@ -15,7 +15,7 @@
|
||||
};
|
||||
|
||||
spi@7000d400 {
|
||||
spi-deactivate-delay = <200>;
|
||||
spi-deactivate-delay = <500>;
|
||||
spi-max-frequency = <3000000>;
|
||||
|
||||
cros_ec: cros-ec@0 {
|
||||
|
Reference in New Issue
Block a user