diff mbox series

ARM: uniphier: enable CONFIG_MMC_HS400_SUPPORT for uniphier_v8_defconfig

Message ID 20200227113118.17335-1-yamada.masahiro@socionext.com
State Accepted
Commit bfa3c97e699ef46240e6969a88c3a8b8f7975f30
Delegated to: Masahiro Yamada
Headers show
Series ARM: uniphier: enable CONFIG_MMC_HS400_SUPPORT for uniphier_v8_defconfig | expand

Commit Message

Masahiro Yamada Feb. 27, 2020, 11:31 a.m. UTC
The eMMC controller on LD20 or later supports HS-400 mode. It works on
a quick test. Enable it in case somebody may want to use it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 configs/uniphier_v8_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Feb. 27, 2020, 5:42 p.m. UTC | #1
On Thu, Feb 27, 2020 at 8:32 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> The eMMC controller on LD20 or later supports HS-400 mode. It works on
> a quick test. Enable it in case somebody may want to use it.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---



Applied to u-boot-uniphier.


>  configs/uniphier_v8_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
> index 25ab2c5a8158..4514468abf88 100644
> --- a/configs/uniphier_v8_defconfig
> +++ b/configs/uniphier_v8_defconfig
> @@ -39,7 +39,7 @@ CONFIG_I2C_EEPROM=y
>  CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10
>  CONFIG_SUPPORT_EMMC_RPMB=y
>  CONFIG_SUPPORT_EMMC_BOOT=y
> -CONFIG_MMC_HS200_SUPPORT=y
> +CONFIG_MMC_HS400_SUPPORT=y
>  CONFIG_MMC_UNIPHIER=y
>  CONFIG_MMC_SDHCI=y
>  CONFIG_MMC_SDHCI_ADMA=y
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
index 25ab2c5a8158..4514468abf88 100644
--- a/configs/uniphier_v8_defconfig
+++ b/configs/uniphier_v8_defconfig
@@ -39,7 +39,7 @@  CONFIG_I2C_EEPROM=y
 CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10
 CONFIG_SUPPORT_EMMC_RPMB=y
 CONFIG_SUPPORT_EMMC_BOOT=y
-CONFIG_MMC_HS200_SUPPORT=y
+CONFIG_MMC_HS400_SUPPORT=y
 CONFIG_MMC_UNIPHIER=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ADMA=y