]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mips: dts: ralink: mt7621: reorder mmc node attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:37 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Shuffle the attributes of the MMC node to meet the guidelines
provided by 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 b28aee1e4ca3f37bd3817d4262745e8d1a100127..1fbe345bd239df923b681b43b1735b256135211c 100644 (file)
        };
 
        mmc: mmc@1e130000 {
-               status = "disabled";
-
                compatible = "mediatek,mt7620-mmc";
                reg = <0x1e130000 0x4000>;
 
                bus-width = <4>;
-               max-frequency = <48000000>;
-               cap-sd-highspeed;
-               cap-mmc-highspeed;
-               vmmc-supply = <&mmc_fixed_3v3>;
-               vqmmc-supply = <&mmc_fixed_1v8_io>;
-               disable-wp;
 
-               pinctrl-names = "default", "state_uhs";
-               pinctrl-0 = <&sdhci_pins>;
-               pinctrl-1 = <&sdhci_pins>;
+               cap-mmc-highspeed;
+               cap-sd-highspeed;
 
                clocks = <&sysc MT7621_CLK_SHXC>,
                         <&sysc MT7621_CLK_50M>;
                clock-names = "source", "hclk";
 
+               disable-wp;
+
                interrupt-parent = <&gic>;
                interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
+
+               max-frequency = <48000000>;
+
+               pinctrl-names = "default", "state_uhs";
+               pinctrl-0 = <&sdhci_pins>;
+               pinctrl-1 = <&sdhci_pins>;
+
+               vmmc-supply = <&mmc_fixed_3v3>;
+               vqmmc-supply = <&mmc_fixed_1v8_io>;
+
+               status = "disabled";
        };
 
        usb: usb@1e1c0000 {