Commit d6f93b02 authored by Andreas Färber's avatar Andreas Färber Committed by Kevin Hilman

arm64: dts: meson-gxbb-vega-s95: Fix node order

Sort nodes referenced by label alphabetically.
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 3b69bdbf
...@@ -111,18 +111,6 @@ sdio_pwrseq: sdio-pwrseq { ...@@ -111,18 +111,6 @@ sdio_pwrseq: sdio-pwrseq {
}; };
}; };
&uart_AO {
status = "okay";
pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default";
};
&ir {
status = "okay";
pinctrl-0 = <&remote_input_ao_pins>;
pinctrl-names = "default";
};
&ethmac { &ethmac {
status = "okay"; status = "okay";
pinctrl-0 = <&eth_rgmii_pins>; pinctrl-0 = <&eth_rgmii_pins>;
...@@ -149,21 +137,18 @@ eth_phy0: ethernet-phy@0 { ...@@ -149,21 +137,18 @@ eth_phy0: ethernet-phy@0 {
}; };
}; };
&usb0_phy { &ir {
status = "okay";
phy-supply = <&usb_vbus>;
};
&usb1_phy {
status = "okay";
};
&usb0 {
status = "okay"; status = "okay";
pinctrl-0 = <&remote_input_ao_pins>;
pinctrl-names = "default";
}; };
&usb1 { &pwm_ef {
status = "okay"; status = "okay";
pinctrl-0 = <&pwm_e_pins>;
pinctrl-names = "default";
clocks = <&clkc CLKID_FCLK_DIV4>;
clock-names = "clkin0";
}; };
/* Wireless SDIO Module */ /* Wireless SDIO Module */
...@@ -229,10 +214,25 @@ &sd_emmc_c { ...@@ -229,10 +214,25 @@ &sd_emmc_c {
vmmcq-sumpply = <&vcc_1v8>; vmmcq-sumpply = <&vcc_1v8>;
}; };
&pwm_ef { &uart_AO {
status = "okay"; status = "okay";
pinctrl-0 = <&pwm_e_pins>; pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
clocks = <&clkc CLKID_FCLK_DIV4>; };
clock-names = "clkin0";
&usb0_phy {
status = "okay";
phy-supply = <&usb_vbus>;
};
&usb1_phy {
status = "okay";
};
&usb0 {
status = "okay";
};
&usb1 {
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