summaryrefslogtreecommitdiff
path: root/include/configs/alt.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-19 05:26:33 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-25 04:13:38 (GMT)
commit25f9613fcfdf0857bff7207e50cc65201ad69ed8 (patch)
tree319a10368924bc31b58a28fbc030da3abe9acdd1 /include/configs/alt.h
parent3cfab108e340a02a428747563c5f01f3229e93f5 (diff)
downloadu-boot-25f9613fcfdf0857bff7207e50cc65201ad69ed8.tar.xz
arm: rmobile: alt: Add support SDHI
Alt board has two SDHI port. This adds GPIO configuration and initialization function of SDHI, and enables MMC command. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r--include/configs/alt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 01382cf..e9ffa48 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -111,4 +111,7 @@
/* SCIF2 */
#define CONFIG_SMSTP7_ENA 0x00080000
+/* SDHI */
+#define CONFIG_SH_SDHI_FREQ 97500000
+
#endif /* __ALT_H */