Skip to content

Commit 9d64db8

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder i2c node attributes
Rearrange the order of the i2c node's attributes so that they are inline with the DTS style guide. 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 9a4ba65 commit 9d64db8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,19 @@
104104
compatible = "mediatek,mt7621-i2c";
105105
reg = <0x900 0x100>;
106106

107-
clocks = <&sysc MT7621_CLK_I2C>;
108-
clock-names = "i2c";
109-
resets = <&sysc MT7621_RST_I2C>;
110-
reset-names = "i2c";
111-
112107
#address-cells = <1>;
113108
#size-cells = <0>;
114109

115-
status = "disabled";
110+
clocks = <&sysc MT7621_CLK_I2C>;
111+
clock-names = "i2c";
116112

117113
pinctrl-names = "default";
118114
pinctrl-0 = <&i2c_pins>;
115+
116+
resets = <&sysc MT7621_RST_I2C>;
117+
reset-names = "i2c";
118+
119+
status = "disabled";
119120
};
120121

121122
memc: memory-controller@5000 {

0 commit comments

Comments
 (0)