diff options
author | oscardagrach <ryan@edited.us> | 2018-01-17 23:35:30 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2018-03-02 19:19:41 +0300 |
commit | abd7d0972a192ee653efc7b151a6af69db58f2bb (patch) | |
tree | 9265c3f0057ce18411178c679e8705ac1adfc764 /arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | |
parent | 17f21343d7a0affc77b6cc1433cffa503433bbe6 (diff) | |
download | linux-abd7d0972a192ee653efc7b151a6af69db58f2bb.tar.xz |
arm64: dts: hikey: Enable HS200 mode on eMMC
According to the hi6220 datasheet, the MMC controller is JEDEC eMMC 4.5
compliant, in addition to supporting a clock of up to 150MHz. The Hikey
schematic also indicates the device utilizes 1.8v signaling. Define these
parameters in the device tree to enable HS200 mode.
Signed-off-by: Ryan Grachek <ryan@edited.us>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts index e94fa1a53192..94e74c056014 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts @@ -299,7 +299,9 @@ /* GPIO blocks 16 thru 19 do not appear to be routed to pins */ dwmmc_0: dwmmc0@f723d000 { + max-frequency = <150000000>; cap-mmc-highspeed; + mmc-hs200-1_8v; non-removable; bus-width = <0x8>; vmmc-supply = <&ldo19>; |