Skip to content

Commit de56f78

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder pci?_phy attributes
Reorder the attributes of the PCIe PHY nodes node to match what the DTS style guide recommends. 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 fdcb4f1 commit de56f78

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,18 @@
583583
pcie0_phy: pcie-phy@1e149000 {
584584
compatible = "mediatek,mt7621-pci-phy";
585585
reg = <0x1e149000 0x0700>;
586-
clocks = <&sysc MT7621_CLK_XTAL>;
586+
587587
#phy-cells = <1>;
588+
589+
clocks = <&sysc MT7621_CLK_XTAL>;
588590
};
589591

590592
pcie2_phy: pcie-phy@1e14a000 {
591593
compatible = "mediatek,mt7621-pci-phy";
592594
reg = <0x1e14a000 0x0700>;
593-
clocks = <&sysc MT7621_CLK_XTAL>;
595+
594596
#phy-cells = <1>;
597+
598+
clocks = <&sysc MT7621_CLK_XTAL>;
595599
};
596600
};

0 commit comments

Comments
 (0)