diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-03-08 18:25:09 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-20 13:20:25 +0200 |
commit | 03578d940dd3c19893c66e08be72f9ff1aa3d5c9 (patch) | |
tree | ed29579dc17f37c479c8290a3d93bdc806de2963 /arch/arm/dts/r8a77965-salvator-x-u-boot.dts | |
parent | d3928baa81ee04a550a38c11c0257480026b0ed9 (diff) |
ARM: dts: rmobile: Enable eMMC DDR52 modes on Gen3 Salvator-X(S),ULCB,Ebisu
Enable DDR52 modes, since the SD core supports correct switching now.
For completeness, list HS200 modes, however those were already enabled.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a77965-salvator-x-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a77965-salvator-x-u-boot.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts b/arch/arm/dts/r8a77965-salvator-x-u-boot.dts index e4bd2d3e4f..d6f0708555 100644 --- a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts +++ b/arch/arm/dts/r8a77965-salvator-x-u-boot.dts @@ -17,6 +17,8 @@ }; &sdhi2 { + mmc-ddr-1_8v; + mmc-hs200-1_8v; mmc-hs400-1_8v; max-frequency = <200000000>; status = "okay"; |