Skip to content

Commit b44ae98

Browse files
arinc9tsbogend
authored andcommitted
mips: dts: ralink: mt7621: define each reset as an item
Each item of the resets property should define a reset. Split the item with two resets on the ethernet node into two separate items. Sort the items of the clocks property to the same line as a trivial change. Signed-off-by: Arınç ÜNAL <[email protected]> Acked-by: Sergio Paracuellos <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 0431886 commit b44ae98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,13 @@
300300
compatible = "mediatek,mt7621-eth";
301301
reg = <0x1e100000 0x10000>;
302302

303-
clocks = <&sysc MT7621_CLK_FE>,
304-
<&sysc MT7621_CLK_ETH>;
303+
clocks = <&sysc MT7621_CLK_FE>, <&sysc MT7621_CLK_ETH>;
305304
clock-names = "fe", "ethif";
306305

307306
#address-cells = <1>;
308307
#size-cells = <0>;
309308

310-
resets = <&sysc MT7621_RST_FE &sysc MT7621_RST_ETH>;
309+
resets = <&sysc MT7621_RST_FE>, <&sysc MT7621_RST_ETH>;
311310
reset-names = "fe", "eth";
312311

313312
interrupt-parent = <&gic>;

0 commit comments

Comments
 (0)