diff options
author | Alistair Strachan <[email protected]> | 2019-01-23 12:06:06 -0800 |
---|---|---|
committer | Wei Xu <[email protected]> | 2019-02-04 10:20:42 +0000 |
commit | 8d26c1390aec795d492b8de5e4437751e8805a1d (patch) | |
tree | 74da8913afa372ea50b697d8e7f958a5f79254bf | |
parent | 83b944174ad79825ae84a47af1a0354485b24602 (diff) |
arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
This reverts commit abd7d0972a192ee653efc7b151a6af69db58f2bb. This
change was already partially reverted by John Stultz in
commit 9c6d26df1fae ("arm64: dts: hikey: Fix eMMC corruption regression").
This change appears to cause controller resets and block read failures
which prevents successful booting on some hikey boards.
Cc: Ryan Grachek <[email protected]>
Cc: Wei Xu <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: stable <[email protected]> #4.17+
Signed-off-by: Alistair Strachan <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-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 ba946543dd0a..c14205cd6bf5 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts @@ -301,7 +301,6 @@ dwmmc_0: dwmmc0@f723d000 { cap-mmc-highspeed; - mmc-hs200-1_8v; non-removable; bus-width = <0x8>; vmmc-supply = <&ldo19>; |