arm64: dts: qcom: kitakami: Temporarily disable SDHCI1
authorKonrad Dybcio <konradybcio@gmail.com>
Fri, 14 Aug 2020 15:47:49 +0000 (17:47 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 14 Sep 2020 23:32:00 +0000 (23:32 +0000)
There is an issue with Kitakami eMMCs dying when a quirk
isn't addressed. Until that happens, disable it.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200814154749.257837-1-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi

index 4032b74..791f254 100644 (file)
 };
 
 &sdhc1 {
-       status = "okay";
+       /* There is an issue with the eMMC causing permanent
+        * damage to the card if a quirk isn't addressed.
+        * Until it's fixed, disable the MMC so as not to brick
+        * devices.
+        */
+       status = "disabled";
 
        /* Downstream pushes 2.95V to the sdhci device,
         * but upstream driver REALLY wants to make vmmc 1.8v