summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-11 08:12:49 -0600
committerTom Rini <[email protected]>2025-12-11 08:12:49 -0600
commit802fbe0a287130c4800510ac6df3850c27606ff0 (patch)
treecd5673e9ce62dfd5b1510d6dd9d1aa27e4609c32 /include
parentdd9851d7e5dcb932734a84f93e8ca7bddbce777c (diff)
parented0e33cec099e3f9e459cef7f66ff91068e2d71c (diff)
Merge tag 'mmc-next-2025-12-11' of https://source.denx.de/u-boot/custodians/u-boot-mmc into next
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/28729 - mmc: assign f_max to 0 when max-frequency property not exist - Improvements and minor fixes for Cadence SDHCI driver
Diffstat (limited to 'include')
-rw-r--r--include/sdhci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h
index d9c0597a0c1..fb847821d58 100644
--- a/include/sdhci.h
+++ b/include/sdhci.h
@@ -223,6 +223,9 @@
#define SDHCI_SPEC_100 0
#define SDHCI_SPEC_200 1
#define SDHCI_SPEC_300 2
+#define SDHCI_SPEC_400 3
+#define SDHCI_SPEC_410 4
+#define SDHCI_SPEC_420 5
#define SDHCI_GET_VERSION(x) (x->version & SDHCI_SPEC_VER_MASK)