summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-06 22:42:55 -0400
committerTom Rini <trini@konsulko.com>2021-04-06 22:42:55 -0400
commit02395fec007657c5beb4f7fd77784e10b3054c90 (patch)
treeef219c5928cccb889ec4a50266babb460dbe7386 /include
parent2e216be8cf1e38df0f84963222cb6becaf0fc78e (diff)
parent2243d19e5618122d9d7aba23eb51f63f2719dba5 (diff)
Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmc
Update hwpartition usage Check bootbus's arguments workaround for erratum A-011334 for fsl_esdhc driver add pulse width detection workaround for fsl_esdhc driver Use alias num before checking mmc index when creating device
Diffstat (limited to 'include')
-rw-r--r--include/fsl_esdhc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index 850a304bd7..f86afe5dad 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -190,6 +190,9 @@
#define DLL_RESET 0x40000000
#define DLL_FREQ_SEL 0x08000000
+/* DLL config 1 register */
+#define DLL_PD_PULSE_STRETCH_SEL 0x80000000
+
/* DLL status 0 register */
#define DLL_STS_SLV_LOCK 0x08000000