mips: dts: ralink: mt7621: reorder mmc regulator attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:31 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Reorder the attributes of MMC fixed voltage regulator nodes
for the sake of compliance with the DTS style guide.

Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7621.dtsi

index ec87e46ba6de6ecb26c82c3c4a0039cd53c6e9df..696460b2dca7fc64efe0762b42b7c8b4cab69c3a 100644 (file)
 
        mmc_fixed_3v3: regulator-3v3 {
                compatible = "regulator-fixed";
-               regulator-name = "mmc_power";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
+
                enable-active-high;
+
                regulator-always-on;
+               regulator-max-microvolt = <3300000>;
+               regulator-min-microvolt = <3300000>;
+               regulator-name = "mmc_power";
        };
 
        mmc_fixed_1v8_io: regulator-1v8 {
                compatible = "regulator-fixed";
-               regulator-name = "mmc_io";
-               regulator-min-microvolt = <1800000>;
-               regulator-max-microvolt = <1800000>;
+
                enable-active-high;
+
                regulator-always-on;
+               regulator-max-microvolt = <1800000>;
+               regulator-min-microvolt = <1800000>;
+               regulator-name = "mmc_io";
        };
 
        palmbus: palmbus@1e000000 {