]> git.itanic.dy.fi Git - linux-stable/commitdiff
mips: dts: ralink: mt7621: define each reset as an item
authorArınç ÜNAL <arinc.unal@arinc9.com>
Sun, 17 Sep 2023 10:37:53 +0000 (13:37 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 6 Oct 2023 08:12:32 +0000 (10:12 +0200)
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 <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7621.dtsi

index 7caed0d14f11a68de7f309ba83d4990ebc5e5e37..35a10258f2357bba8f95834c8b84092c73871aaf 100644 (file)
@@ -300,14 +300,13 @@ ethernet: ethernet@1e100000 {
                compatible = "mediatek,mt7621-eth";
                reg = <0x1e100000 0x10000>;
 
-               clocks = <&sysc MT7621_CLK_FE>,
-                        <&sysc MT7621_CLK_ETH>;
+               clocks = <&sysc MT7621_CLK_FE>, <&sysc MT7621_CLK_ETH>;
                clock-names = "fe", "ethif";
 
                #address-cells = <1>;
                #size-cells = <0>;
 
-               resets = <&sysc MT7621_RST_FE &sysc MT7621_RST_ETH>;
+               resets = <&sysc MT7621_RST_FE>, <&sysc MT7621_RST_ETH>;
                reset-names = "fe", "eth";
 
                interrupt-parent = <&gic>;