Re: [U-Boot] HS200 for SDHCI is broken

2018-06-12 Thread Masahiro Yamada
Hi Siva, 2018-06-12 18:44 GMT+09:00 Siva Durga Prasad Paladugu : > Hi Masahiro, > > Can you please try with this below change and let me know if it works. > In our case, we don’t want to read tuning pattern, instead it waits for > TUNED_CLK bit to be set in host ctrl2 register. But, in your case,

Re: [U-Boot] HS200 for SDHCI is broken

2018-06-12 Thread Siva Durga Prasad Paladugu
Hi Masahiro, Can you please try with this below change and let me know if it works. In our case, we don’t want to read tuning pattern, instead it waits for TUNED_CLK bit to be set in host ctrl2 register. But, in your case, you want to read back the pattern data and compare it. --- a/drivers/m

Re: [U-Boot] HS200 for SDHCI is broken

2018-06-12 Thread Michal Simek
On 12.6.2018 07:31, Masahiro Yamada wrote: > 2018-06-12 14:26 GMT+09:00 Masahiro Yamada : >> Hi Siva, Michal. >> >> >> I noticed drivers/mmc/sdhci-cadence.c >> not working for my boards. >> >> >> git-bisect points the following commit: >> >> >> >> commit 434f9d454eb1a17bb7f5cdb21167ccbe7e41da39 >>

Re: [U-Boot] HS200 for SDHCI is broken

2018-06-11 Thread Masahiro Yamada
2018-06-12 14:26 GMT+09:00 Masahiro Yamada : > Hi Siva, Michal. > > > I noticed drivers/mmc/sdhci-cadence.c > not working for my boards. > > > git-bisect points the following commit: > > > > commit 434f9d454eb1a17bb7f5cdb21167ccbe7e41da39 > Author: Siva Durga Prasad Paladugu > Date: Tue May 29 2

[U-Boot] HS200 for SDHCI is broken

2018-06-11 Thread Masahiro Yamada
Hi Siva, Michal. I noticed drivers/mmc/sdhci-cadence.c not working for my boards. git-bisect points the following commit: commit 434f9d454eb1a17bb7f5cdb21167ccbe7e41da39 Author: Siva Durga Prasad Paladugu Date: Tue May 29 20:03:10 2018 +0530 mmc: sdhci: Update sdhci_send_command() to