diff options
author | yong mao <yong.mao@mediatek.com> | 2017-03-15 08:26:39 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2017-05-09 18:35:33 +0200 |
commit | 1c0803652d82b9a62980886e019c9f70576028a5 (patch) | |
tree | 557a1cb71e5a2228cc5d05c052b1cbf0634e946a /arch/arm64/boot/dts | |
parent | arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi (diff) | |
download | linux-1c0803652d82b9a62980886e019c9f70576028a5.tar.xz linux-1c0803652d82b9a62980886e019c9f70576028a5.zip |
ARM64: dts: mediatek: configure some fixed mmc parameters
configure some fixed mmc parameters
Signed-off-by: Yong Mao <yong.mao@mediatek.com>
Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts index 0ecaad4333a7..1c3634fa94bf 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts @@ -134,6 +134,9 @@ bus-width = <8>; max-frequency = <50000000>; cap-mmc-highspeed; + mediatek,hs200-cmd-int-delay=<26>; + mediatek,hs400-cmd-int-delay=<14>; + mediatek,hs400-cmd-resp-sel-rising; vmmc-supply = <&mt6397_vemc_3v3_reg>; vqmmc-supply = <&mt6397_vio18_reg>; non-removable; |