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

2019-02-14 Thread Tristan Bastian

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  wrote:

On Wed, 16 Jan 2019 at 11:50, Tristan Bastian  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 
---
  arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 

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


- Simon

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-21 Thread Simon Glass
On Thu, 17 Jan 2019 at 10:33, Simon Glass  wrote:
>
> On Wed, 16 Jan 2019 at 11:50, Tristan Bastian  
> 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 
> > ---
> >  arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass 

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


- Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-16 Thread Simon Glass
On Wed, 16 Jan 2019 at 11:50, Tristan Bastian  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 
> ---
>  arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-16 Thread Tristan Bastian
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 
---
 arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = <300>;
 
cros_ec: cros-ec@0 {
-- 
2.19.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot