ipq806x: 5.15: drop mmc-ddr-1_8v from sdcc1 node
[openwrt/staging/ansuel.git] / target / linux / ipq806x / patches-5.15 / 131-ARM-dts-qcom-ipq8064-disable-mmc-ddr-1_8v-for-sdcc1.patch
1 From f7b300f770683cd063f922e43fa4ad818761c1fb Mon Sep 17 00:00:00 2001
2 From: Christian Marangi <ansuelsmth@gmail.com>
3 Date: Sat, 22 Oct 2022 16:55:21 +0200
4 Subject: [PATCH] ARM: dts: qcom: ipq8064: disable mmc-ddr-1_8v for sdcc1
5
6 It was reported non working mmc with this option enabled.
7 Both mmc for ipq8064 are supplied by a fixed 3.3v regulator so mmc can't
8 be run at 1.8v.
9 Disable it to restore correct functionality of this SoC feature.
10
11 Tested-by: Hendrik Koerner <koerhen@web.de>
12 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
13 ---
14 arch/arm/boot/dts/qcom-ipq8064.dtsi | 1 -
15 1 file changed, 1 deletion(-)
16
17 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
18 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
19 @@ -1529,7 +1529,6 @@
20 non-removable;
21 cap-sd-highspeed;
22 cap-mmc-highspeed;
23 - mmc-ddr-1_8v;
24 vmmc-supply = <&vsdcc_fixed>;
25 dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
26 dma-names = "tx", "rx";