summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2022-12-10 15:09:59 +0100
committerBjorn Andersson <andersson@kernel.org>2022-12-27 22:06:25 -0600
commitb860ba9e42538f2a490925121071c215c23d1863 (patch)
treeac38b7475f07ccb62c0cb5cff1b124dd5f42e2e1
parente5b8c08245307a82cdf180cd5d385a34ba1cfd9d (diff)
downloadlwn-b860ba9e42538f2a490925121071c215c23d1863.tar.gz
lwn-b860ba9e42538f2a490925121071c215c23d1863.zip
arm64: dts: qcom: msm8996-tone: Enable SDHCI1
With the recent patch that allowed us to reset the SDHCI controller from Linux, things started working properly. Enable SDHCI1, and by extension eMMC. Also, remove the now-useless cmdline SDHCI quirks. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221210141000.14344-1-konrad.dybcio@linaro.org
-rw-r--r--arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi b/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi
index be62899edf8e..a2ec145161a2 100644
--- a/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi
@@ -24,11 +24,7 @@
qcom,board-id = <8 0>;
chosen {
- /*
- * Due to an unknown-for-a-few-years regression,
- * SDHCI only works on MSM8996 in PIO (lame) mode.
- */
- bootargs = "sdhci.debug_quirks=0x40 sdhci.debug_quirks2=0x4 maxcpus=2";
+ bootargs = "maxcpus=2";
};
reserved-memory {
@@ -825,8 +821,7 @@
};
&sdhc1 {
- /* eMMC doesn't seem to cooperate even in PIO mode.. */
- status = "disabled";
+ status = "okay";
vmmc-supply = <&pm8994_l20>;
vqmmc-supply = <&pm8994_s4>;