summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-09-29 01:27:13 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-11-19 14:03:05 +0100
commitf3bd72801aade1eb74e153bfa57c26f327571475 (patch)
tree7282994a6ad7c1f9828cb22cd54572799c4dcc4c /include/configs/zynq-common.h
parent6777f3863044bf58082a3fdd67a890f2b5080e14 (diff)
downloadblackbird-obmc-uboot-f3bd72801aade1eb74e153bfa57c26f327571475.tar.gz
blackbird-obmc-uboot-f3bd72801aade1eb74e153bfa57c26f327571475.zip
zynq: sdhci: Define max clock by macro
zc1571 with silicon can operate on 200MHz maximum frequency. Setup this frequency by default and fix setting for ep108. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index f33a3bcc68..d10f1ddaca 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -105,6 +105,7 @@
# define CONFIG_SDHCI
# define CONFIG_ZYNQ_SDHCI
# define CONFIG_CMD_MMC
+# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
#endif
#ifdef CONFIG_ZYNQ_USB
OpenPOWER on IntegriCloud