diff options
author | Olof Johansson <olof@lixom.net> | 2018-05-26 12:12:44 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-05-26 12:12:44 -0700 |
commit | e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2 (patch) | |
tree | 2122a3bf2d5edb51b1c1866c2e91c055b0cff2a9 | |
parent | f59c303b59b7404e5da70b80b6340b199cb95650 (diff) | |
parent | 9c6d26df1fae6ad4718d51c48e6517913304ed27 (diff) | |
download | linux-e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2.tar.bz2 |
Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi into fixes
ARM64: hisi fixes for 4.17
- Remove eMMC max-frequency property to fix eMMC corruption on hikey board
* tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi:
arm64: dts: hikey: Fix eMMC corruption regression
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts index 724a0d3b7683..edb4ee0b8896 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts @@ -299,7 +299,6 @@ /* 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; |