]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mn-tqma8mqnl: remove virtual 1.8V regulator
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Tue, 16 Dec 2025 13:39:24 +0000 (14:39 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 08:24:04 +0000 (16:24 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi

index 34d6415348f8ccf6d3bb7be3cce37ed653a000f8..ac6ce5d814c508e05cde635bf2c6d688413423b5 100644 (file)
                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>;
        no-sd;
        no-sdio;
        vmmc-supply = <&buck4_reg>;
-       vqmmc-supply = <&reg_vcc1v8>;
+       vqmmc-supply = <&buck5_reg>;
        status = "okay";
 };