mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 14:51:51 -04:00
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
326407d2c5
commit
e884fb6cc8
@@ -221,7 +221,12 @@ pmi8994_regulators: pmi8994-regulators {
|
||||
};
|
||||
|
||||
&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
|
||||
|
||||
Reference in New Issue
Block a user