Skip to content

Commit df91c0d

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder mmc regulator attributes
Reorder the attributes of MMC fixed voltage regulator nodes for the sake of compliance with the DTS style guide. Signed-off-by: Justin Swartz <[email protected]> Reviewed-by: Arınç ÜNAL <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Sergio Paracuellos <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 09e8ff7 commit df91c0d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

arch/mips/boot/dts/ralink/mt7621.dtsi

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,24 @@
3737

3838
mmc_fixed_3v3: regulator-3v3 {
3939
compatible = "regulator-fixed";
40-
regulator-name = "mmc_power";
41-
regulator-min-microvolt = <3300000>;
42-
regulator-max-microvolt = <3300000>;
40+
4341
enable-active-high;
42+
4443
regulator-always-on;
44+
regulator-max-microvolt = <3300000>;
45+
regulator-min-microvolt = <3300000>;
46+
regulator-name = "mmc_power";
4547
};
4648

4749
mmc_fixed_1v8_io: regulator-1v8 {
4850
compatible = "regulator-fixed";
49-
regulator-name = "mmc_io";
50-
regulator-min-microvolt = <1800000>;
51-
regulator-max-microvolt = <1800000>;
51+
5252
enable-active-high;
53+
5354
regulator-always-on;
55+
regulator-max-microvolt = <1800000>;
56+
regulator-min-microvolt = <1800000>;
57+
regulator-name = "mmc_io";
5458
};
5559

5660
palmbus: palmbus@1e000000 {

0 commit comments

Comments
 (0)