diff options
| author | Tristan Bastian <[email protected]> | 2019-01-16 19:49:55 +0100 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2019-02-20 09:01:44 -0700 |
| commit | 74a7d9af3fdaab88bc1c22110a31f0b2d0db369c (patch) | |
| tree | 6c15c28ce76d9488fe88bd3421431df8e96a5082 | |
| parent | cba0ae6e49085dba539d223c58d1c203a98689f0 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
| -rw-r--r-- | arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi index 3ff2f67c1ad..ddfeba806ce 100644 --- a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi +++ b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi @@ -15,7 +15,7 @@ }; spi@7000d400 { - spi-deactivate-delay = <200>; + spi-deactivate-delay = <500>; spi-max-frequency = <3000000>; cros_ec: cros-ec@0 { |
