diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-09-26 20:06:18 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-09-28 06:38:30 +0900 |
commit | 9ac9c341f9f319e9c1a777c2d64233c70c613b2e (patch) | |
tree | 981ce4c1604cf97aaba0102670cb1ec0b043423c /configs/r8a7796_salvator-x_defconfig | |
parent | 286056d28c291da1dba5509ffeb2a12e3222b65b (diff) |
ARM: rmobile: Switch to UniPhier SD driver on Gen3
The UniPhier SD driver handles the same Matsushita IP as is used
in the Renesas RCar SoCs, yet the driver is significantly better
than the SH SDHI one. Switch over to the Uniphier driver.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index 2d85c5a30b6..174de9050da 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -31,7 +31,7 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_DM_MMC=y -CONFIG_SH_SDHI=y +CONFIG_MMC_UNIPHIER=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y |