diff mbox series

[U-Boot,1/2] nyan-big: change spi delay

Message ID 20190116184956.12785-2-tristan-c.bastian@gmx.de
State Accepted
Commit 74a7d9af3fdaab88bc1c22110a31f0b2d0db369c
Delegated to: Tom Warren
Headers show
Series Make nyan-big working.. | expand

Commit Message

Tristan Bastian Jan. 16, 2019, 6:49 p.m. UTC
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>
---
 arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Jan. 16, 2019, 9:33 p.m. UTC | #1
On Wed, 16 Jan 2019 at 11:50, Tristan Bastian <tristan-c.bastian@gmx.de> wrote:
>
> 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>
> ---
>  arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass Jan. 21, 2019, 9:55 p.m. UTC | #2
On Thu, 17 Jan 2019 at 10:33, Simon Glass <sjg@chromium.org> wrote:
>
> On Wed, 16 Jan 2019 at 11:50, Tristan Bastian <tristan-c.bastian@gmx.de> wrote:
> >
> > 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>
> > ---
> >  arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Adding Tom to apply this as he was not on the original email.


- Simon
Tristan Bastian Feb. 14, 2019, 10:01 p.m. UTC | #3
Hi Jon, Hi Stephen,

could you take a look at these two patches since I didn't get heard 
anything from Tom..

Thanks,
Tristan

Am 21.01.19 um 22:55 schrieb Simon Glass:
> On Thu, 17 Jan 2019 at 10:33, Simon Glass <sjg@chromium.org> wrote:
>> On Wed, 16 Jan 2019 at 11:50, Tristan Bastian <tristan-c.bastian@gmx.de> wrote:
>>> 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>
>>> ---
>>>   arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>> Reviewed-by: Simon Glass <sjg@chromium.org>
> Adding Tom to apply this as he was not on the original email.
>
>
> - Simon
diff mbox series

Patch

diff --git a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
index 3ff2f67c1a..ddfeba806c 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 {