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 <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>
1 parent fdcb4f1 commit de56f78

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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)