Skip to content

Commit 0f80c96

Browse files
tq-steinagregkh
authored andcommitted
arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply
[ Upstream commit 38f59e0 ] eMMC is supplied by BUCK5 rail. Use the actual regulator instead of a virtual fixed regulator. Fixes: 418d1d8 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 177deff commit 0f80c96

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
22
/*
3-
* Copyright 2021-2022 TQ-Systems GmbH
4-
* Author: Alexander Stein <alexander.stein@tq-group.com>
3+
* Copyright 2021-2025 TQ-Systems GmbH <linux@ew.tq-group.com>,
4+
* D-82229 Seefeld, Germany.
5+
* Author: Alexander Stein
56
*/
67

78
#include "imx8mp.dtsi"
@@ -23,15 +24,6 @@
2324
regulator-max-microvolt = <3300000>;
2425
regulator-always-on;
2526
};
26-
27-
/* e-MMC IO, needed for HS modes */
28-
reg_vcc1v8: regulator-vcc1v8 {
29-
compatible = "regulator-fixed";
30-
regulator-name = "VCC1V8";
31-
regulator-min-microvolt = <1800000>;
32-
regulator-max-microvolt = <1800000>;
33-
regulator-always-on;
34-
};
3527
};
3628

3729
&A53_0 {
@@ -194,7 +186,7 @@
194186
no-sd;
195187
no-sdio;
196188
vmmc-supply = <&reg_vcc3v3>;
197-
vqmmc-supply = <&reg_vcc1v8>;
189+
vqmmc-supply = <&buck5_reg>;
198190
status = "okay";
199191
};
200192

0 commit comments

Comments
 (0)