Skip to content

Commit 38f59e0

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply
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>
1 parent fbf10b8 commit 38f59e0

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 {
@@ -197,7 +189,7 @@
197189
no-sd;
198190
no-sdio;
199191
vmmc-supply = <&reg_vcc3v3>;
200-
vqmmc-supply = <&reg_vcc1v8>;
192+
vqmmc-supply = <&buck5_reg>;
201193
status = "okay";
202194
};
203195

0 commit comments

Comments
 (0)