Skip to content

Commit 9938cd3

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder sysc node attributes
Reorder the attributes of the sysc node so that the ralink prefixed attribute is placed after those which lack prefixes. 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 df91c0d commit 9938cd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@
6868
sysc: syscon@0 {
6969
compatible = "mediatek,mt7621-sysc", "syscon";
7070
reg = <0x0 0x100>;
71+
7172
#clock-cells = <1>;
7273
#reset-cells = <1>;
73-
ralink,memctl = <&memc>;
74+
7475
clock-output-names = "xtal", "cpu", "bus",
7576
"50m", "125m", "150m",
7677
"250m", "270m";
78+
79+
ralink,memctl = <&memc>;
7780
};
7881

7982
wdt: watchdog@100 {

0 commit comments

Comments
 (0)