summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>2025-12-16 16:39:24 +0300
committerShawn Guo <shawnguo@kernel.org>2025-12-30 11:24:04 +0300
commit8b6ffe54fde2375efdc034e253e71e8988da3c54 (patch)
tree402459918013ce96cee5a677a19dffd855f043c1
parentcd09cbebfc8a4c76d74c2e7e1818a4c8cf3ca033 (diff)
downloadlinux-8b6ffe54fde2375efdc034e253e71e8988da3c54.tar.xz
arm64: dts: imx8mn-tqma8mqnl: remove virtual 1.8V regulator
BUCK5 regulator supplies the 1.8V rail. Use the actual regulator instead of a virtual fixed regulator. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
index 34d6415348f8..ac6ce5d814c5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
@@ -15,14 +15,6 @@
reg = <0x00000000 0x40000000 0 0x40000000>;
};
- /* e-MMC IO, needed for HS modes */
- reg_vcc1v8: regulator-vcc1v8 {
- compatible = "regulator-fixed";
- regulator-name = "TQMA8MXNL_VCC1V8";
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- };
-
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
@@ -236,7 +228,7 @@
no-sd;
no-sdio;
vmmc-supply = <&buck4_reg>;
- vqmmc-supply = <&reg_vcc1v8>;
+ vqmmc-supply = <&buck5_reg>;
status = "okay";
};