Skip to content

Commit bc3895b

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8qxp-mek: Sort labels alphabetically
Sort the labels alphabetically for consistency. Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ebfa895 commit bc3895b

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,8 @@
3030
};
3131
};
3232

33-
&adma_lpuart0 {
34-
pinctrl-names = "default";
35-
pinctrl-0 = <&pinctrl_lpuart0>;
36-
status = "okay";
37-
};
38-
39-
&fec1 {
40-
pinctrl-names = "default";
41-
pinctrl-0 = <&pinctrl_fec1>;
42-
phy-mode = "rgmii-id";
43-
phy-handle = <&ethphy0>;
44-
fsl,magic-packet;
33+
&adma_dsp {
4534
status = "okay";
46-
47-
mdio {
48-
#address-cells = <1>;
49-
#size-cells = <0>;
50-
51-
ethphy0: ethernet-phy@0 {
52-
compatible = "ethernet-phy-ieee802.3-c22";
53-
reg = <0>;
54-
};
55-
};
5635
};
5736

5837
&adma_i2c1 {
@@ -131,6 +110,35 @@
131110
};
132111
};
133112

113+
&adma_lpuart0 {
114+
pinctrl-names = "default";
115+
pinctrl-0 = <&pinctrl_lpuart0>;
116+
status = "okay";
117+
};
118+
119+
&fec1 {
120+
pinctrl-names = "default";
121+
pinctrl-0 = <&pinctrl_fec1>;
122+
phy-mode = "rgmii-id";
123+
phy-handle = <&ethphy0>;
124+
fsl,magic-packet;
125+
status = "okay";
126+
127+
mdio {
128+
#address-cells = <1>;
129+
#size-cells = <0>;
130+
131+
ethphy0: ethernet-phy@0 {
132+
compatible = "ethernet-phy-ieee802.3-c22";
133+
reg = <0>;
134+
};
135+
};
136+
};
137+
138+
&scu_key {
139+
status = "okay";
140+
};
141+
134142
&usdhc1 {
135143
assigned-clocks = <&clk IMX_CONN_SDHC0_CLK>;
136144
assigned-clock-rates = <200000000>;
@@ -229,11 +237,3 @@
229237
>;
230238
};
231239
};
232-
233-
&adma_dsp {
234-
status = "okay";
235-
};
236-
237-
&scu_key {
238-
status = "okay";
239-
};

0 commit comments

Comments
 (0)