Commit bc3895b2 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8qxp-mek: Sort labels alphabetically

Sort the labels alphabetically for consistency.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ebfa8951
...@@ -30,29 +30,8 @@ reg_usdhc2_vmmc: usdhc2-vmmc { ...@@ -30,29 +30,8 @@ reg_usdhc2_vmmc: usdhc2-vmmc {
}; };
}; };
&adma_lpuart0 { &adma_dsp {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpuart0>;
status = "okay";
};
&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec1>;
phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
fsl,magic-packet;
status = "okay"; status = "okay";
mdio {
#address-cells = <1>;
#size-cells = <0>;
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
};
};
}; };
&adma_i2c1 { &adma_i2c1 {
...@@ -131,6 +110,35 @@ light-sensor@44 { ...@@ -131,6 +110,35 @@ light-sensor@44 {
}; };
}; };
&adma_lpuart0 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpuart0>;
status = "okay";
};
&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec1>;
phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
fsl,magic-packet;
status = "okay";
mdio {
#address-cells = <1>;
#size-cells = <0>;
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
};
};
};
&scu_key {
status = "okay";
};
&usdhc1 { &usdhc1 {
assigned-clocks = <&clk IMX_CONN_SDHC0_CLK>; assigned-clocks = <&clk IMX_CONN_SDHC0_CLK>;
assigned-clock-rates = <200000000>; assigned-clock-rates = <200000000>;
...@@ -229,11 +237,3 @@ IMX8QXP_USDHC1_VSELECT_CONN_USDHC1_VSELECT 0x00000021 ...@@ -229,11 +237,3 @@ IMX8QXP_USDHC1_VSELECT_CONN_USDHC1_VSELECT 0x00000021
>; >;
}; };
}; };
&adma_dsp {
status = "okay";
};
&scu_key {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment