ipq806x: refresh upstreamed patch with kernel version tag
[openwrt/staging/nbd.git] / target / linux / ipq806x / patches-5.15 / 131-6.2-ARM-dts-qcom-ipq8064-disable-mmc-ddr-1_8v-for-sdcc1.patch
1 From c9713e4ede1e5d044b64fe4d3cbb84223625637f Mon Sep 17 00:00:00 2001
2 From: Christian Marangi <ansuelsmth@gmail.com>
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
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 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
14 Link: https://lore.kernel.org/r/20221024233817.27410-1-ansuelsmth@gmail.com
15 ---
16 arch/arm/boot/dts/qcom-ipq8064.dtsi | 1 -
17 1 file changed, 1 deletion(-)
18
19 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
20 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
21 @@ -1529,7 +1529,6 @@
22 non-removable;
23 cap-sd-highspeed;
24 cap-mmc-highspeed;
25 - mmc-ddr-1_8v;
26 vmmc-supply = <&vsdcc_fixed>;
27 dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
28 dma-names = "tx", "rx";