]> git.dujemihanovic.xyz Git - u-boot.git/commit
sdhci: zynq: Fix tap delay for SD on Versal NET
authorSimek, Michal <michal.simek@amd.com>
Thu, 18 Apr 2024 08:06:13 +0000 (20:06 -1200)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Jun 2024 14:02:29 +0000 (16:02 +0200)
commit11716acde9a73c24f1d48869ccefcd564044fab0
tree2b9281dd83b9036b7f5a9e8ed76d8531c5f62f72
parent7abd4357a493aaf829214e893b78c941be4ff959
sdhci: zynq: Fix tap delay for SD on Versal NET

I can't see any way how tap delays are setup on Versal NET platform because
xlnx,versal-8.9a compatible string is also used there but driver is not
letting to setup tap delays. Not sure if versal_iclk_phases[] is also valid
for Versal NET but the patch is made to investigate it.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/e535cfc1a59b5146a5c9a3ab389dc770de80440c.1713427490.git.michal.simek@amd.com
drivers/mmc/zynq_sdhci.c