summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Müllner <christophm30@gmail.com>2019-04-07 15:12:46 +0200
committerChristoph Müllner <christophm30@gmail.com>2019-04-07 15:23:04 +0200
commit20b1ebe9e5092c864190d84ca29ffb09b7c41d4d (patch)
tree98d6d4a2a3bc9452405f665dca7fbad2ce31227d
parent63a9e492216bb958d8192b173513fd9498279cb6 (diff)
puma: Deactivate enhanced strobe for eMMC.
Tests have shown issues with the HS400's enhanced strobe feature. Until further analysis we deactivate the feature for now. Signed-off-by: Christoph Müllner <christophm30@gmail.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
index 4f75bb6b2f14..2a6fafce355a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
@@ -471,7 +471,7 @@
&sdhci {
bus-width = <8>;
mmc-hs400-1_8v;
- mmc-hs400-enhanced-strobe;
+ //mmc-hs400-enhanced-strobe;
non-removable;
status = "okay";
};