diff options
author | Marek Vasut | 2017-12-22 09:37:04 +0100 |
---|---|---|
committer | Marek Vasut | 2018-04-11 23:11:59 +0200 |
commit | 8af6737d4572e6d23e43da500b93179ac2640e9c (patch) | |
tree | 3e24c9e6e107628c2da641e8b8219cc4403b66e7 /configs/r8a77970_eagle_defconfig | |
parent | f63968ba26162c9d6e6cb1138e8e50827c404f3e (diff) |
ARM: rmobile: Enable HS200 mode on RCar Gen3
Enable the HS200 on RCar Gen3 platforms, since the SDHI core supports it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a77970_eagle_defconfig')
-rw-r--r-- | configs/r8a77970_eagle_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index 2e7f7ac6456..56c949f135b 100644 --- a/configs/r8a77970_eagle_defconfig +++ b/configs/r8a77970_eagle_defconfig @@ -37,7 +37,11 @@ CONFIG_RCAR_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_RCAR_IIC=y CONFIG_DM_MMC=y +CONFIG_MMC_IO_VOLTAGE=y +CONFIG_MMC_UHS_SUPPORT=y +CONFIG_MMC_HS200_SUPPORT=y CONFIG_RENESAS_SDHI=y +CONFIG_MMC_RENESAS_TUNING=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y |