ARM: dts: qcom: ipq8064: disable mmc-ddr-1_8v for sdcc1
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 24 Oct 2022 23:38:17 +0000 (01:38 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 7 Nov 2022 03:09:03 +0000 (21:09 -0600)
It was reported non working mmc with this option enabled.
Both mmc for ipq8064 are supplied by a fixed 3.3v regulator so mmc can't
be run at 1.8v.
Disable it to restore correct functionality of this SoC feature.

Tested-by: Hendrik Koerner <koerhen@web.de>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221024233817.27410-1-ansuelsmth@gmail.com
arch/arm/boot/dts/qcom-ipq8064.dtsi

index a79f8b5fe12dccf6dfa85e25302f6c0e6740ba36..8d5cbe03e104c8486c483da75ed78f8c37378bc8 100644 (file)
                                non-removable;
                                cap-sd-highspeed;
                                cap-mmc-highspeed;
-                               mmc-ddr-1_8v;
                                vmmc-supply = <&vsdcc_fixed>;
                                dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
                                dma-names = "tx", "rx";