]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx7-mba7: Fix SD card vmmc-supply
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 8 Nov 2024 13:49:23 +0000 (14:49 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 09:10:23 +0000 (17:10 +0800)
The SD card is directly supplied by VCC3V3. Remove superfluous regulator.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Markus Niebel <markus.niebel@ew.tq-group.com>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

index a23d7b0a195f12380d0204051e77740c4ac1031f..077700a5f4c3d14c0ac5442b7913fd738a3ae15d 100644 (file)
                              <&adc2 0>, <&adc2 1>, <&adc2 2>, <&adc2 3>;
        };
 
-       reg_sd1_vmmc: regulator-sd1-vmmc {
-               compatible = "regulator-fixed";
-               regulator-name = "VCC3V3_SD1";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-               regulator-always-on;
-       };
-
        reg_fec1_pwdn: regulator-fec1-pwdn {
                compatible = "regulator-fixed";
                regulator-name = "PWDN_FEC1";
        pinctrl-2 = <&pinctrl_usdhc1_200mhz>, <&pinctrl_usdhc1_gpio>;
        cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
-       vmmc-supply = <&reg_sd1_vmmc>;
+       vmmc-supply = <&reg_mba_3v3>;
        bus-width = <4>;
        no-1-8-v;
        no-sdio;