2
0

003-v6.2-ARM-dts-qcom-ipq8064-disable-mmc-ddr-1_8v-for-sdcc1.patch 1.0 KB

12345678910111213141516171819202122232425262728
  1. From c9713e4ede1e5d044b64fe4d3cbb84223625637f Mon Sep 17 00:00:00 2001
  2. From: Christian Marangi <[email protected]>
  3. Date: Tue, 25 Oct 2022 01:38:17 +0200
  4. Subject: [PATCH] ARM: dts: qcom: ipq8064: disable mmc-ddr-1_8v for sdcc1
  5. It was reported non working mmc with this option enabled.
  6. Both mmc for ipq8064 are supplied by a fixed 3.3v regulator so mmc can't
  7. be run at 1.8v.
  8. Disable it to restore correct functionality of this SoC feature.
  9. Tested-by: Hendrik Koerner <[email protected]>
  10. Signed-off-by: Christian Marangi <[email protected]>
  11. Signed-off-by: Bjorn Andersson <[email protected]>
  12. Link: https://lore.kernel.org/r/[email protected]
  13. ---
  14. arch/arm/boot/dts/qcom-ipq8064.dtsi | 1 -
  15. 1 file changed, 1 deletion(-)
  16. --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
  17. +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
  18. @@ -756,7 +756,6 @@
  19. non-removable;
  20. cap-sd-highspeed;
  21. cap-mmc-highspeed;
  22. - mmc-ddr-1_8v;
  23. vmmc-supply = <&vsdcc_fixed>;
  24. dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
  25. dma-names = "tx", "rx";