Skip to content

Commit e884fb6

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: kitakami: Temporarily disable SDHCI1
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>
1 parent 326407d commit e884fb6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,12 @@
221221
};
222222

223223
&sdhc1 {
224-
status = "okay";
224+
/* There is an issue with the eMMC causing permanent
225+
* damage to the card if a quirk isn't addressed.
226+
* Until it's fixed, disable the MMC so as not to brick
227+
* devices.
228+
*/
229+
status = "disabled";
225230

226231
/* Downstream pushes 2.95V to the sdhci device,
227232
* but upstream driver REALLY wants to make vmmc 1.8v

0 commit comments

Comments
 (0)