diff options
author | Olof Johansson <olof@lixom.net> | 2018-05-26 21:12:44 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-05-26 21:12:44 +0200 |
commit | e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2 (patch) | |
tree | 2122a3bf2d5edb51b1c1866c2e91c055b0cff2a9 | |
parent | ARM: Fix i2c-gpio GPIO descriptor tables (diff) | |
parent | arm64: dts: hikey: Fix eMMC corruption regression (diff) | |
download | linux-e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2.tar.xz linux-e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2.zip |
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; |