diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-02-24 18:55:46 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 14:20:10 +0900 |
commit | 275ec28eed3d09bd924457b02ce29203172ae808 (patch) | |
tree | f10698ba01ba7cb3c1982aa21c323e3c7e77c4d1 /include/configs/silk.h | |
parent | 80069b7e4d9d1e77f1c3d9ba5a1f117990096d1d (diff) | |
download | u-boot-imx-275ec28eed3d09bd924457b02ce29203172ae808.zip u-boot-imx-275ec28eed3d09bd924457b02ce29203172ae808.tar.gz u-boot-imx-275ec28eed3d09bd924457b02ce29203172ae808.tar.bz2 |
arm: rmobile: silk: Add support SDHI
This adds GPIO configuration and initialization function of SDHI on Silk board
Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/silk.h')
-rw-r--r-- | include/configs/silk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/silk.h b/include/configs/silk.h index 00a3158..161e0a5 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -101,6 +101,9 @@ #define CONFIG_SH_MMCIF_ADDR 0xee200000 #define CONFIG_SH_MMCIF_CLK 48000000 +/* SDHI */ +#define CONFIG_SH_SDHI_FREQ 97500000 + /* Module stop status bits */ /* INTC-RT */ #define CONFIG_SMSTP0_ENA 0x00400000 |