summaryrefslogtreecommitdiffstats
path: root/include/configs/lager.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-03 15:30:30 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-12-10 14:32:18 +0900
commitd7916b1d38c20a55ca7248742dd0bdf049deb7e4 (patch)
tree60156c97bab28c15174daf1b6ffc28f88acd80ad /include/configs/lager.h
parent9427c610cd9cabaa6ccdb59f8effdce5272b8917 (diff)
downloadtalos-obmc-uboot-d7916b1d38c20a55ca7248742dd0bdf049deb7e4.tar.gz
talos-obmc-uboot-d7916b1d38c20a55ca7248742dd0bdf049deb7e4.zip
arm: rmobile: lager: Add support MMC and MMC command
Lager board has been connected to eMMC of 8GB to MMC1 port. This enables MMC1 port and 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/lager.h')
-rw-r--r--include/configs/lager.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 9c89b16230..291267f0f0 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -93,6 +93,15 @@
#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
#define CONFIG_USB_STORAGE
+/* MMC */
+#define CONFIG_MMC
+#define CONFIG_CMD_MMC
+#define CONFIG_GENERIC_MMC
+
+#define CONFIG_SH_MMCIF
+#define CONFIG_SH_MMCIF_ADDR 0xEE220000
+#define CONFIG_SH_MMCIF_CLK 97500000
+
/* Module stop status bits */
/* INTC-RT */
#define CONFIG_SMSTP0_ENA 0x00400000
OpenPOWER on IntegriCloud