Commit 344acf05 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Shawn Guo

arm64: dts: imx8mm-verdin: alphabetically re-order nodes

Alphabetically re-order nodes.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 98e4f193
...@@ -17,19 +17,6 @@ reg_wifi_en: regulator-wifi-en { ...@@ -17,19 +17,6 @@ reg_wifi_en: regulator-wifi-en {
}; };
}; };
/* On-module Wi-Fi */
&usdhc3 {
bus-width = <4>;
keep-power-in-suspend;
non-removable;
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc3>, <&pinctrl_wifi_ctrl>;
pinctrl-1 = <&pinctrl_usdhc3_100mhz>, <&pinctrl_wifi_ctrl>;
pinctrl-2 = <&pinctrl_usdhc3_200mhz>, <&pinctrl_wifi_ctrl>;
vmmc-supply = <&reg_wifi_en>;
status = "okay";
};
&gpio3 { &gpio3 {
gpio-line-names = "SODIMM_52", gpio-line-names = "SODIMM_52",
"SODIMM_54", "SODIMM_54",
...@@ -92,3 +79,16 @@ &gpio4 { ...@@ -92,3 +79,16 @@ &gpio4 {
"SODIMM_135", "SODIMM_135",
"SODIMM_129"; "SODIMM_129";
}; };
/* On-module Wi-Fi */
&usdhc3 {
bus-width = <4>;
keep-power-in-suspend;
non-removable;
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc3>, <&pinctrl_wifi_ctrl>;
pinctrl-1 = <&pinctrl_usdhc3_100mhz>, <&pinctrl_wifi_ctrl>;
pinctrl-2 = <&pinctrl_usdhc3_200mhz>, <&pinctrl_wifi_ctrl>;
vmmc-supply = <&reg_wifi_en>;
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